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

DESADV01- IDOC segment modify.

Former Member
0 Likes
1,229

Hi

How does one exclude/remove a line item in segment E1EDP07-E1EDP09. This needs to happen before the idoc is generated.

I want to exclude one material item.

Regards,

Gio

4 REPLIES 4
Read only

Former Member
0 Likes
883

Hi

For this u need to wirte the code in enahcement of this IDOC.

In Idoc data is filled in EDIDD structure.in u r enahcement check the segement name and perform u r operations.

Regards,

Raghu.

Read only

Former Member
0 Likes
883

Hi,

Which process code you are using for outbound processing ?

If you are using Process code : DELV, you can use enhancement "V56K0001", component "EXIT_SAPLV56K_002"

OR

BADI "BADI_V56K", method "RAW_DATA_MANIPULATION".

Regards

Vinod

Read only

0 Likes
883

I'm using Processing code "SD05". This deletion needs to happen before the idoc is outputted/created.

I've used program RSNAST00 to test,but the user-exit is not triggred.

Read only

0 Likes
883

Hi,

Check the user exit "LVED2FZZ", form-routines "USEREXIT_E1EDP07" & "USEREXIT_E1EDP09". You may require access key for the include LVED2FZZ if it is not used before.

Regards

Vinod