Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI /Function module for LB03

Former Member
0 Likes
1,260

I am looking for a BAPI or function module to see details from all the items in a Transfer requirement.

Thanx Dharmi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,001

Hi

u can make one ZBAPI which will call that FM internally.

then u use the ZABPI in webdynpro.

Regs

Manas Ranjan Panda

6 REPLIES 6
Read only

Former Member
0 Likes
1,001

hi

try with these Fms

L_TR_CHANGE Change transfer requirements

L_TR_CREATE Check and create transfer requirements

L_TR_CREATE_CHECK Check transmission table before creating transfer requirements

L_TR_CREATE_UPDATE Create transfer requirements after check

and make one Zbapi by calling these FMs inside this.

Regs

Manas Ranjan Panda

Read only

0 Likes
1,001

Hi Manas,

thank you very much for the quick reply.

When i look to those Function modules, they create a TR.

How do i see the data inside a TR? Can i use these FM?what input data do i have to use.

thanks Dharmi

Read only

Former Member
0 Likes
1,001

Hi try this FM

L_TR_DISPLAY

Read only

0 Likes
1,001

Hi thanks,

i tried that one, but i need a remote enabled module, showing this data in a result table. Because we need to show data on screen in Web Dynpro.

Read only

Former Member
0 Likes
1,002

Hi

u can make one ZBAPI which will call that FM internally.

then u use the ZABPI in webdynpro.

Regs

Manas Ranjan Panda

Read only

0 Likes
1,001

Hi Manas,

thank you very much, i was hoping to find a standard SAP solution. But it turns out that is has to be done in a ZBAPI.

Thank you very much for you help in this.

regards,

Dharmi