In this case where we want to create the custom entity in the SAP CP ABAP Environment System you have to run the class in the backend system where the RFC function module is being called since the structureBAPI_EPM_PRODUCT_HEADERis not available in the SAP ...
SAP Managed Tags: ABAP Testing and Analysis I had copied the standard BAPI into a custom BAPI to post GL transactions. The custom BAPI is part of BO. It's taking huge time around 6 Hr's. But I copied the same custom BAPI into another custom BAPI and it is not part of the BO. ...
'Set up connection object for SAP. Note that the SAP BAPI ActiveX object must be available on the form or otherwise. Set gConnection = oBAPICtrl.Connection 'Log in to SAP. Seems like passwords must be in uppercase. There are examples of people defaulting some (or all) ...
SAP Managed Tags: ABAP Development Hi Melissa, One of your error messages indicates a problem with the methods. I'm comparing your code to my own calls to the same BAPI, though we don't have customer fields appended to AUFK so I'm not using the extension_in parameter. A difference I...
SAP Managed Tags: ABAP Development Hi, Have anyone use the FM AC_FLUSH_CALL in their program? Background: I am working on a program which creates PO's in Parallel RFC's. It takes an file with PO details and it calls BAPI_PO_CREATE1 to create the PO's. Since the performance was...
METHODcheck_business_partner_data.DATA:lo_bp_2_staTYPEREFTOcl_badi_base,lv_execute_mdg_checksTYPEabap_boolVALUEabap_false,lx_sta_exceptionTYPEREFTOcx_mdg_bs_bp_sta_error,lt_messagesTYPEbapirettab,ls_message_keyTYPEscx_t100key,lt_bapi_messagesTYPEbapirettab,ls_bapi_messageTYPEbapiret2,lt_add...
* At this point -lt_text_datacontains Invoice data in a tab delimited format. This data can be processed and individual invoices can be posted using function ‘BAPI_ACC_INVOICE_RECEIPT_POST’ end_method. Create Custom Approval Workflow
TypeandDatadeclaration:TYPESBEGINOFtext_version.TYPESnummerTYPEx.TYPESENDOFtext_version.DATA:PERSONALDATAKEYLIKEBAPIPAKEY.DATA:RETURNLIKEBAPIRETURN1.DATA:P2002LIKEP2002.DATA:PSKEYTYPEPSKEY.DATA:IT_TEXTTYPEHRPAD_TEXT_TAB.DATA:LINETYPEHRPAD_TEXT.DATA:versionTYPEtext_version.DATA:pcl1TYPEpcl1.InputPara...
he has participated in numerous SAP ERP implementation projects for various SAP solutions, including SAP ERP Financials (reporting, EDI interfaces, IDoc interfaces, etc.). He is also the author of the SAP Professional Journal article “Tips and Tricks for Using BAPIs in Accounting Documents” (Fe...
1,255 SAP Managed Tags: ABAP Connectivity I have created a custom idoc.I wanted to create a custom IDoc inbound function module, this Function module will provide to launch a BAPI .Tell me how to "create" inbound function module for the custom idoc ?Reply...