cancel
Showing results for 
Search instead for 
Did you mean: 

Additional Data B z-field populating too late from IDOC

Former Member
0 Kudos

Hello All,

I am using a new Z field on the Additional Data B tab. The new Z field is in a VBAP append structure.

The value of this field is being filled by an order entry IDOC.

My problem is.....the value of this field is being filled by the IDOC after SAP include MV45AFZ4 (free goods) kicks off. I need the value in this z-field before MV45AFZ4 because there is code in this include that is looking for the z-field value. And this value needs to be in KOMP-ZLTIND before MV45AFZ4 executes.

So basically I have a timing problem here. The new z field is in this IDOC segment:

Segment:

E1EDP35

Structure / Field

ZEDPADB-ZLTIND

Is there any way to fill KOMP-ZLTIND by the IDOC before MV45AFZ4 executes?

Thanks!!!

LP

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Include MV45AFZB could be useful for your requirement.

Please verify.

<b>Reward if helpful.</b>

Thanks

Former Member
0 Kudos

> Hi,

> Include MV45AFZB could be useful for your

> requirement.

> Please verify.

> <b>Reward if helpful.</b>

>

> Thanks

Hi -

Unfortunately that include comes after MV45AFZ4, so I can't fill my field value

there because it's too late.

Do you, or does anyone else know of user-exits in the IDOC order creation program?

Thanks!!

Lisa

Former Member
0 Kudos

Hi,

Easiest way is to set a break point in all MV45AFZ* includes and find out which include comes before the IDOC order creation program.

It would not take too long to do this.

<b>Reward if helpful.</b>

Thanks,