SAP nco3.0 released

Source: Internet
Author: User

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

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.