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

TCODE WE16

Former Member
0 Likes
807

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

4 REPLIES 4
Read only

Former Member
0 Likes
653

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.

Read only

former_member215575
Active Participant
0 Likes
653

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.

Read only

0 Likes
653

Hi,

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

Read only

0 Likes
653

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.