cancel
Showing results for 
Search instead for 
Did you mean: 

upload data in SAP/APO for T-code(/n/SAPAPO/SCC_TL1)transportation lanes ac

Former Member
0 Kudos

Hi,

How to upload data in SAP/APO for T-code(/n/SAPAPO/SCC_TL1)transportation lanes access.

Here I am having dynamic okcode like

''=%_GC 122 10',

'=%_GC 133 10',

'=0141_OK'.

How to pass these to the BDC okcode.

Suitable answers will be rewarded.

Thanks

Manohar S

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Manoj - I would not reccommend using BDC for transportation lanes - I would reccomment using LSMW or custom coding. Using custom coding or LSMW always use the TL BAPI. When creating LSMW you have the option of processing type and there you can choose BDC/BAPI/IDOC and choose BAPI.

Regards

Andy

Answers (3)

Answers (3)

wilian_segatto
Employee
Employee
0 Kudos

Closing old thread.

Former Member
0 Kudos

Hi Manoj,

U can use LSMW using BAPI. BAPI Name:BAPI_TRLSRVAPS_SAVEMULTI.

Object TYPE:BUS11201.

Thanks,

Chandra.

srinivas_krishnamoorthy
Active Contributor
0 Kudos

You may want to upload Tlane data through LSMW transaction using the appropriate BADIs for loading and creating TLanes. It will take into account all the referential integrity considerations required. Behind the scenes it uses BDC I guess.