Application Development 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: 

Inbound Idoc

former_member301123
Participant
0 Kudos

Hi Experts,

I have a requirement to cancel for Production order confirmation through Inbound IDOC.

Basic Type : PPCC2PRETTICKET01

Message type : PPCC2PRETTICKET

In segment type E1BP_PP_TIMETICKET there is a field "RECORDTYPE".

If value of RECORDTYPE is 'STO'  we have to cancel the production order. I found the BAPI (BAPI_PRODORDCONF_CANCEL)to cancel the production order.

Using the Basic type and Message type i found the function module in WE57. (BAPI_IDOC_INPUT1). Is there is any Customer Exit or User Exit or BADI to modify the value. Please give me suggestion how to approach.

Regards

Siva

1 REPLY 1

jitendra_it
Active Contributor
0 Kudos

Hello,

Its ALE-BAPI scenario and table to find the processing FM is TBDBA.

so for PPCC2PRETTICKET01 idoc type,inbound FM is IDOC_INPUT_PPCC2PRETTICKET and package for the same is CORU.

In SMOD tcode it is showing multiple enhancements, check which one is applicable for your scenario.