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

Fields in BAPI_GOODSMVT_CREATE

Former Member
0 Likes
858

Hi

can anybody tell me..the impact of following fields ..i mean what this fields actually needed for?

ver_gr_gi_slip

gr_rcpt

while passing them to BAPI_GOODSMVT_CREATE.

3 REPLIES 3
Read only

sunil_kokane2
Explorer
0 Likes
575

u need to pass following values to ver_gr_gi_slip (refer MIGO transaction or MB01)

1 Individual Slip

2 Indiv.Slip w.Inspect.Text

3 Collective Slip

gr_rcpt -> is person receiving the goods

Read only

0 Likes
575

Here in my program..

I am passing

ver_gr_gi_slip = 2

gr_rcpt= x.

If i change this values... will it be effected in goods receipt for particular line item?

Read only

0 Likes
575

values in ver_gr_gi_slip = 2 are taken into consideraqtion for complete GR and GR_RCPT is populated with the user id of the person receiving goods...

these fields can also be optional.