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

Problem on Function module "L_TO_CREATE_POSTING_CHANGE"

Former Member
0 Likes
1,046

Hi All,

I got a problem for my ABAP development.

I don't know how to enter the destination storage bin information in this Function module "L_TO_CREATE_POSTING_CHANGE"

As i see that it have table T_LUBQU and i put the destination bin information into this table, it just return this error message.

Anybody can teach me how to use the function module, what kindly or data input into this function module that i can assign destination storage bin ?

Regards,

Luke

Hi All,

I got a problem for my ABAP development.

I don't know how to enter the destination storage bin information in this Function module "L_TO_CREATE_POSTING_CHANGE"

As i see that it have table T_LUBQU and i put the destination bin information into this table, it just return this error message.

Anybody can teach me how to use the function module, what kindly or data input into this function module that i can assign destination storage bin ?

Regards,

Luke

4 REPLIES 4
Read only

koolspy_ultimate
Active Contributor
0 Likes
920

Hi,

<Link farm removed by moderator>

<Copy & paste content removed by moderator>

Regards,

koolspy.

Edited by: Vinod Kumar on Oct 17, 2011 2:05 PM

Read only

ChandrashekharMahajan
Active Contributor
0 Likes
920

Hi,

Check below include

/SAPMP/LLE_WMF10

RLAUTAT1

RLLL0103

RLLQ0200

and see how the FM is used and how the data is passed.

Thanks,

Chandra

Read only

Former Member
0 Likes
920

Dear All,

I don't know how to put the destination storage bin can anybody tell me is it possible to do it ?

for the source storage bin, i can put those data in the LUBQU.

Regards,

Luke

Read only

Former Member
0 Likes
920

I used another method to solve this problem