cancel
Showing results for 
Search instead for 
Did you mean: 

Does anyone know BAPI for uploading TLB profiles?

Former Member
0 Kudos

Hi

We are uploading the Products, Locations and TLB Profiles Master data in APO systems, I found corresponding BAPI's for Products and Locations(BAPI_PRDSRVAPS_SAVEMULTI2, BAPI_LOCSRVAPS_SAVEMULTI2). But i didnt get exact BAPI for uploading TLB Profile data? After some research i found below functional module (/SAPAPO/DM_TLBPRFL_READ, /SAPAPO/DM_TLBPRFL_WRITE, /SAPAPO/DM_TLBPRFL_MODIFY

But i am looking for Standard BAPI/ or other solution to upload TLB Profiles ? Any suggestions will be greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Try,

CALL FUNCTION 'BAPI_TRLSRVAPS_SAVEMULTI2'

exporting

LOGICAL_SYSTEM = LOGICAL_SYSTEM

BUSINESS_SYSTEM_GROUP = BUSINESS_SYSTEM_GROUP

COMMIT_CONTROL = COMMIT_CONTROL

AUTO_DELETE = AUTO_DELETE

tables

TRANSPORTATION_LANE = TRANSPORTATION_LANE

TRANSPORTATION_LANE_X = TRANSPORTATION_LANE_X

PRODUCT_PROCUREMENT = PRODUCT_PROCUREMENT

PRODUCT_PROCUREMENT_X = PRODUCT_PROCUREMENT_X

PRODUCT_PROCUREMENT_VERSION = PRODUCT_PROCUREMENT_VERSION

PRODUCT_PROCUREMENT_VERSION_X = PRODUCT_PROCUREMENT_VERSION_X

EXTERNAL_PROCUREMENT = EXTERNAL_PROCUREMENT

EXTERNAL_PROCUREMENT_X = EXTERNAL_PROCUREMENT_X

EXTERNAL_PROCUREMENT_VERSION = EXTERNAL_PROCUREMENT_VERSION

EXTERNAL_PROCUREMENT_VERSION_X = EXTERNAL_PROCUREMENT_VERSION_X

MEANS_OF_TRANSPORT = MEANS_OF_TRANSPORT

MEANS_OF_TRANSPORT_X = MEANS_OF_TRANSPORT_X

PROD_PROC_MEANS_OF_TRANSPORT = PROD_PROC_MEANS_OF_TRANSPORT

PROD_PROC_MEANS_OF_TRANSPORT_X = PROD_PROC_MEANS_OF_TRANSPORT_X

EXT_PROC_MEANS_OF_TRANSPORT = EXT_PROC_MEANS_OF_TRANSPORT

EXT_PROC_MEANS_OF_TRANSPORT_X = EXT_PROC_MEANS_OF_TRANSPORT_X

CARRIER = CARRIER

CARRIER_X = CARRIER_X

RETURN = RETURN

EXTENSION_IN = EXTENSION_IN

MEANS_OF_TRANSPORT_VERSION = MEANS_OF_TRANSPORT_VERSION

MEANS_OF_TRANSPORT_VERSION_X = MEANS_OF_TRANSPORT_VERSION_X

exceptions

OTHERS = 1

cheers

Aveek

Former Member
0 Kudos

Hi Aveek

When I checked the code in BAPI (BAPI_TRLSRVAPS_SAVEMULTI) , it looks like it is updating the transportation lanes(not TLB Pfofile) ... so do you have any specific BAPI / Technique for uploading the TLB Profiles?

Thanking you in advance.

Answers (0)