‎2010 Jun 30 8:31 AM
Hi .
I have a requirement like below .
Read the file from APPLICATION SERVER and then create PO through BAPI and then create GR for those through BAPI . and all this will be in BACKGROUND JOB .
first i Craeted PO through BAPI , For that which gives error , i will run BDC session for ME21N for creating PO manually. then I will go for GR through BAPI.
My doubt is how to create GR for those PO which are done Through SESSION methods (ERROR RETURN by BAPI_PO )
if BAPI for GR returns any error then so i need to run BDC SESSION again for GR in MIGO, ??
is it possible through the same program,
so how i can validate those record BAPI_GR ??
Pls suggest the ways to solve this ?
‎2010 Jun 30 10:10 AM
If you get Error in BDC session, need not to run BAPI_GR for that.
If you get error in BAPI_GR you need to GR again for those after correcting the data.
--
Reddy
‎2010 Jul 01 8:22 AM
BUt how to do that.?
If i get error in BAPI_GR then how to make GR for those Records.. Through BDC_Session or what ?
Not getting Idea ..
‎2010 Aug 20 11:24 AM