2008 Oct 21 5:01 AM
Hi
I need your help to guide me for inbound Idoc process,
in my porject client is sending data with standard idoc and PI is middleware converting into file and sending to us then am using BDC and uploading data,
but now client asking why i cant use Idoc only ( standard or custom ) to upload data why BDC ?
here i need your help to understand how much extra effort i need to put if i use idoc and how to use inbound idoc process ? am new to this.
points will be there for sure
Thanks
Palak
2008 Oct 21 5:42 AM
Hi Meeta,
The whole data You are converted into a file ?. If the file is application server then use Open data set , Read data set and close data set to get the data after that fill the data in segments
and transfer that from out bound to inbound.
Best Regards,
Narasimha Rao.
2008 Oct 21 6:54 AM
Hi Thanks for your quick response ,
Can you pls share some kind of sample code for this segment filling and uploading data in to standard Tables. i have idea for outbound idoc but no clue for inbound idoc data fetching and uploading in tables.
Regards
Palak
2008 Oct 21 7:01 AM
Hi ,
For the inbound IDOC , u refer this ..Every thing for the inbound will start with
IDOC_INPUT* .
search based one we have so many inbound idoc's in SAP...
For the programming we need to consider that these tables..
EDIDD, EDIDC .
loop at control table.
loop at edidd.
write the logic here...(required logic)
endloop.
endloop.
after that we need to send the IDOC status to the application layer.
Regards,
Bharani
2008 Oct 31 7:35 AM