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: 

TCODE WE16

Former Member
0 Kudos

Is there any option in WE16 to edit the data? can we do any kind of enhancement in WE16?

4 REPLIES 4

Former Member
0 Kudos

Hi Ranjan,

I have not worked on such requirement but if you are looking for exits here they are -

Function module                     Short Text

EXIT_SAPLEDI1_001              Customer Function for Open_for_create

EXIT_SAPLEDI6_001              CA-EDI, Partner IDoc: Exit after Segment E1EDPP1

EXIT_SAPLEDI6_002              CA-EDI, Partner IDoc: Exit After Segment E1ADRM0

EXIT_SAPLEDI6_003              CA-EDI, Partner IDoc: Final Exit Before Sending

EXIT_SAPLEDI6_004              CA-EDI, Partner IDoc: Exit after Segment E1ADRP0

EXIT_SAPLEDI6_005              CA-EDI, Partner IDoc: Exit after Segment E1ADRE0

EXIT_SAPLEDI6_007              CA-EDI, Partner IDoc: Exit after Segment E1EDP13

EXIT_SAPLEDI6_008              CA-EDI, Partner IDoc: Exit after Segment E1EDP21

Read their documentation(if available) in SE37 and use.

BR,

Ankit.

former_member215575
Active Participant
0 Kudos

Hi Ranjan,

Can you elaborate the requirement. Do you want to edit the data read from application server file?

For test purpose, data can be edited in tcode WE19 --> File as template --> Specify the path.

Regards,

SG.

0 Kudos

Hi,

actually i want to modify the data of my idoc while processing it through we16 and i am uploading data from application server.

0 Kudos

If it is the case, I recommend to edit the Idoc data in the exits of application specific function module. Check partner profile(WE20) with logical system name and message type to know the function module and implement the exits in it based on requirement.