Application Development 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: 

Goods reciept and Goods issue

Former Member
0 Kudos

Hi Gurus,

I am working on an interface where I will be getting an input file and I need to write a process that allows goods issue and goods reciept. My input file for <b>GI</b> contains the following information

Material No.

Plant

Storage Location

Account Assignment

Batch

Isued Quantity

and for <b>GR</b> its:

Material No.

Plant

Storage Location

Account Assignment

Batch

Reciept Quantity

I have been told that movement type for GR is 121 and for GI is 122

Moreover I will be getting two different files for GR and GI.

now I have a small doubt, I am not getting the movement type in the input file, so I am kind of confused that how would I differentiate whether I need to go for GR or GI when I will get the input file.

Thanks

Rajeev

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Well, if you have two different files - one for GI and the other for GR, then you automatically know which one it is.

Rob

7 REPLIES 7

Former Member
0 Kudos

Well, if you have two different files - one for GI and the other for GR, then you automatically know which one it is.

Rob

0 Kudos

Thanks for the reply,

Actually what I have been told is that they have given me the two differnt formats of the input file and I have been asked that I need to pull the data from a local file and replicate GR/GI process in inventory management.

Thanks

Rajeev

0 Kudos

Can you not put a radio button on the selection screen to tell the program which type of file it is processing?

Rob

0 Kudos

That is what I was also thinking on, but was not sure, so can I talk to my functional guy and gave him this option?

0 Kudos

Sure - go to him. And if he doesn't like it, ask him how you can decide which file it is.

Rob

0 Kudos

Thanks a lot Rob.....

0 Kudos

Glad to help - hope it works out for you

Rob