‎2009 Jan 28 10:09 AM
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.
‎2009 Jan 28 10:22 AM
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
‎2009 Jan 28 10:46 AM
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?
‎2009 Jan 28 10:58 AM
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.