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

Help with function module

Former Member
0 Likes
738

Hi experts,

I am doing an inbound 812 EDI transaction. Can you help me finding what is the SAP transaction it is posted, the idoc function module used ?

If you have any materials/gap reg. the process, please help. Points are guaranteed for helpful answers.

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
666

Hi,

You might use ACC_DOCUMENT01 idoc.

Can you please explain your requirement in detail, i might be able to give you some more information.

Regards,

RS

5 REPLIES 5
Read only

Former Member
0 Likes
667

Hi,

You might use ACC_DOCUMENT01 idoc.

Can you please explain your requirement in detail, i might be able to give you some more information.

Regards,

RS

Read only

ferry_lianto
Active Contributor
0 Likes
666

Hi Krishen,

You can use IDoc type PEXR2002 with message type REMADV for EDI812.

To generate the IDoc, you can use program RFFOAU_T.

Regards,

Ferry Lianto

Read only

0 Likes
666

Thanks friends. I am still lookng into this. Shall award points soon.

Read only

0 Likes
666

Do you have any idea what is the SAP transaction that we use for posting EDI 812? (for ex. we use VT02n for updating shipments through EDI 214).

Waiting for your input.

Thank you.

Read only

ferry_lianto
Active Contributor
0 Likes
666

Hi Krishen,

You can setup inbound partner profile (WE20) for message type REMADV with process code CREA. This process code will call FM IDOC_INPUT_REMADV to post the IDoc.

Also please check this transaction FBE1/FBE2 for create/change payment advice.

Regards,

Ferry Lianto