BAPI_BUPA_ADDRESS_ADD: Add address BAPI_BUPA_ADDRESS_CHANGE: Change address BAPI_BUPA_ADDRESS_GETDETAIL: Get address BAPI_BUPA_ADDRESS_GET_NUMBERS: Get address numbers BAPI_BUPA_ADDRESS_REMOVE: Remove address Bank Details BAPI_BUPA_BANKDETAIL_ADD: Add bank detail BAPI_BUPA_BANKDETAIL_CHANGE: Cha...
CALL FUNCTION 'BAPI_BUPA_CREATE_FROM_DATA' EXPORTING BUSINESSPARTNEREXTERN = L_BPARTNER PARTNERCATEGORY = L_PARTN_CAT PARTNERGROUP = L_PARTN_GRP CENTRALDATA = LS_CENTRAL CENTRALDATAORGANIZATION = LS_CENTRAL_ORGAN ADDRESSDATA = LS_ADDRESS IMPORTING BUSINESSPARTNER = L_BPARTNER TABLES RETURN = LT...
CALL FUNCTION 'BAPI_BUPA_CREATE_FROM_DATA' EXPORTING BUSINESSPARTNEREXTERN = L_BPARTNER PARTNERCATEGORY = L_PARTN_CAT PARTNERGROUP = L_PARTN_GRP CENTRALDATA = LS_CENTRAL CENTRALDATAORGANIZATION = LS_CENTRAL_ORGAN ADDRESSDATA = LS_ADDRESS IMPORTING BUSINESSPARTNER = L_BPARTNER TABLES RETURN = LT...
I am using BAPI_BUPA_CREATE_FROM_DATA to create BP. After creation of the BP I am calling the BAPI 'BAPI_BUPA_ADDRESS_ADD' to add business partner addresses in the same program. But I am getting an error that 'Business Partner' does not exist. But I have verfied that BP existed bef...
导读 本文给大家分享35个BAPIs,用来在程序中管理业务伙伴数据。 正文 业务伙伴中心数据 BAPI_BUPA_CREATE_FROM_DATA创建业务伙伴BAPI_BUPA_CENTRAL_CHANGE更换业务伙伴BAPI_BUPA_CENTRAL_GETDETAIL读取业务伙伴的…
ls_address-langu = '1'. ls_address-street = 'BACK STRET'. CALL FUNCTION 'BAPI_BUPA_CREATE_FROM_DATA' EXPORTING * USINESSPARTNEREXTERN = partnercategory = l_partn_cat partnergroup = l_partn_grp centraldata = ls_central centraldataperson = ls_central_person ...
you would have to use the BAPIs or APIs. e.g : Create BP - function module BUPA_CREATE_FROM_DATA Change BP : BUPA_CENTRAL_CHANGE Add Address : BUPA_ADDRESS_ADD etc,, for each dataset - bank, role, id, industry, etc, there is a module to create and change the details without ...
hi this solved the problem for me. in SM30 / SM31 add entry. Table: SMOFPARSFA Key: CRMADDRParameter Name: CHECK_ADDR_USEParameter Value: X see also: http://scn.sap.com/thread/1342299 then use BAPI_BUPA_ADDRESS_CHANGE' and 'BAPI_TRANSACTION_COMMIT' kind regardsmarkus Reply ...
I've used BAPI_BUPA_ADDRESS_ADD to load delivery / internal addresses. Use type 'SHIP_TO' in the parameter <i>addressusage-addresstype</i> Hope this helps. Good luck! Cheers, Foh Former Member 2007 Mar 29 0 Kudos Hi Couple of approaches are there to get the Table field realti...
Use FM: BAPI_BUPA_ADDRESS_GETDETAIL Give input parameter BUSINESSPARTNER as BP number and get the email id in table BAPIADSMTP field E_MAIL Regards, PePe Replies (0) You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in...