2009 Aug 18 9:39 PM
Hi
I need IDOC type Message type to populate the data from external files.Its an Inbound interface where i would populate the data into idoc segments and create the inbound idocs...Upon processing the idocs the accounting documents should be generated.
Its mostly FB01...Data is external so i will have text files..so i will create a program to populate the IDOC data and create inbound idocs...
Please let me know which IDOC type / Message type i should use..and settings in partner profiles in WE20 i.e.Logical system,port etc(useful info) to create inbound idocs
Thanks
govi
2009 Aug 19 11:09 AM
Hi Govi,
In order to to post the file in to the system and create a accounting document post,
there is a standard bapi availble : BAPI_ACC_DOCUMENT_POST.
The message type is ACC_DOCUMENT.
you customise this bapi as per your requirements.
in the port definition:in the inbound paramters under message type give the message type,
process code as BAPI, check the cancel processing after syntax error
and check the radio button trigger immedaitely.
2009 Aug 19 11:09 AM
Hi Govi,
In order to to post the file in to the system and create a accounting document post,
there is a standard bapi availble : BAPI_ACC_DOCUMENT_POST.
The message type is ACC_DOCUMENT.
you customise this bapi as per your requirements.
in the port definition:in the inbound paramters under message type give the message type,
process code as BAPI, check the cancel processing after syntax error
and check the radio button trigger immedaitely.
2009 Aug 19 1:55 PM
Thanks for your reply
Could you please let me know How can i populate the IDoc data?
Since its a BAPI and a message type...what is the idoc type?
you mean to say when i populate the Data to the BAPI and settings in the inbound side for message type it will automatically create the IDOCs?
Please let me know
Govi
2009 Aug 20 9:07 PM