Application Development and Automation 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: 
Read only

Inbound process codes

Former Member
0 Likes
871

Hi

I'm trying to post inbound idocs to ztables. For this I have created a custom FM z_idoc_input_delvry and assigned it a custom process code. I would like to know what are the values for the ALE table fields in WE42 like Application-object type, start event,etc.

Thanks,

A.P.

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
746

Hi A.P,

The IDoc tab section is used to setup methods and events for error processing of IDocs of a specific message type.

For example, message type INVCON will use object type IDOCINVCON.

Please check this link for more information on inbound processing with object methods including error handling.

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

Hope this will help.

Regards,

Ferry Lianto

6 REPLIES 6
Read only

ferry_lianto
Active Contributor
0 Likes
747

Hi A.P,

The IDoc tab section is used to setup methods and events for error processing of IDocs of a specific message type.

For example, message type INVCON will use object type IDOCINVCON.

Please check this link for more information on inbound processing with object methods including error handling.

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

Hope this will help.

Regards,

Ferry Lianto

Read only

0 Likes
746

Hello Ferry

I had an idoc with status 51 and like you said, I used FM idoc_status_write_to_database to change the status to 64. Now when I use BD87 to repost the idoc, it gives me the message "IDoc is currently being processed". IF I use the report RBDAPPO1, I get a short dump with the following error message: CALL_FUNCTION_PARM_MISSING

error analysis:' When calling the function module "Z_idoc_input_delvry", one of the parameters needed according to the interface description was not specified. This parameter was "idoc_input_delvry" '

I'm not using idoc_input_delvry, and I don't know why this error occurs. Any idea what this might be?

Regards,

A.P.

Read only

0 Likes
746

Ferry,

Disregard my last reply. I got it to work. It was a bug in my FM import parameters.

Regards,

A.P.

Read only

Manohar2u
Active Contributor
0 Likes
746

You only can provide funtion module, nothing else is mandatory.

Also hope prior to this you did these settings

WE57, BD51

Regds

Manohar

Read only

Former Member
0 Likes
746

Manohar,

Thanks for your input.

A.P.

Read only

Former Member
0 Likes
746

Hi,

I am searching for a FM to populate data into the INVCON Idoc. Can u help me with a FM or your sample code?

Thanks in Advance,

Deepesh Datt.