cancel
Showing results for 
Search instead for 
Did you mean: 

LOIPGR01 Inbound posting function Module

Former Member
0 Kudos

I need to post LOIPGR01 idoc into ECC. Is there any function module or BAPI to post this IDOC to application?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi !

Check this doc:

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOSCI/LOSCI.pdf

I think it is called INBOUND_IDOC_PROCESS.

Regards,

Matias.

Former Member
0 Kudos

I config inbound process using INBOUND_IDOC_PROCESS FM to handle LOIPGR idoc. But when I test the inbound LOIPGR idoc and it threw CX_SY_DYN_CALL_PARAM_MISSING exception and saying

When calling the function module "INBOUND_IDOC_PROCESS", one of the parameters

needed according to the interface description was not specified.

This parameter was "IDOC_CONTROL".

But I can saw IDOC_CONTROL parameter contains values in debugger.

Former Member
0 Kudos

Hi !

Have you tried with :

IDOC_INBOUND_ASYNCHRONOUS

I've just read that INBOUND_IDOC_PROCESS is for earlier versions of SAP.

Regards,

Matias.