Several years after nco2.0 was released, NCO 3.0 was finally released. 2.0 only supports Ms framework 1.x. if you want to use it in Framework 2.0. it is inconvenient to copy the data generated on X to the 2.0 Environment. The long-awaited 3.0 was finally released. 3.0 supports Framework 2.0 and 3.0, but the usage has also changed, automatically GeneratedCodeFile) is called in the same way as jco, and the biggest change is that 3.0 supports 64-bit environments. If you need a 64-bit installation file, you can leave a message.
Rfcdestination Destination = rfcdestinationmanager. getdestination (abap_as_pooled );
Rfcfunctionmetadata bapi_companycode_getdetail_md = destination. repository. getfunctionmetadata ("bapi_companycode_getdetail ");
Irfcfunction function = NULL;
Function = bapi_companycode_getdetail_md.createfunction ();
Function. setvalue ("companycodeid", codes. getstring ("comp_code"); set the Parameter
Function. setparameteractive ("companycode_address", false); set parameters
Function. Invoke (destination); // submit the call
Returnstructure = function. getstructure ("return ");
Nco2.0 is semi-automated, and nco3.0 is fully Manual
3.0 also provides multi-threaded calls, stateful call,
Nco3.0. If you need help documentation, please leave your email
Http://files.cnblogs.com/byfhd/sapnco30P_2-20007347.zip