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

function...

Former Member
0 Likes
922

hi experts,

i have a code where i submit to program RM06EANL to create inbound delivery of PO's.

i must store field g_id from my program to the "External Delivery ID" of the created delivery.

how can i do this? is there a call function to do this?

please help me on this.

thank you.:-)

-march-

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
887

Try to get the value form the Parameter id after your submit statment.


SUBMIT RM06EANL..
GET PARAMETER ID 'VL' FIELD L_VBELN.

Regards,

Naimesh Patel

6 REPLIES 6
Read only

naimesh_patel
Active Contributor
0 Likes
889

Try to get the value form the Parameter id after your submit statment.


SUBMIT RM06EANL..
GET PARAMETER ID 'VL' FIELD L_VBELN.

Regards,

Naimesh Patel

Read only

0 Likes
887

Hi Naimesh,

i'd like to ask what the 'VL' refer to. is this the external delivery id?

thank you.

-march-

Read only

0 Likes
887

It's descripiton is DELIVERY NOTE.

It refers to both Inbound and outbound delivery.

Regards,

Naimesh Patel

Read only

0 Likes
887

Hi Naimesh,

Thanks for that information.

after get parameter, how will i change the "External Delivery ID"?

will i use a call transaction to VL32N? or is there other alternative?

thanks!

-march-

Read only

0 Likes
887

Hi,

how will i know the parameter ID of the other fields in the inbound delivery created so that i can pass this to the program?

thank you..:-)

-march-

Read only

former_member194669
Active Contributor
0 Likes
887

Hi,

Check the program RM06EANL and the function module GN_DELIVERY_CREATE_FOR_DIALOG in the last line of this fm. there is a call for exporting two tables EXPIMP_TABLES_EXPORT.

Please check these tables for the field you want to import is available.?

a®