cancel
Showing results for 
Search instead for 
Did you mean: 

Strange ACTION value for items in ORDERS05

Former Member
0 Kudos

Hi.

We are experiencing a strange case. In our dev and QA environments, when we create a PO modification, the E1EDP01.ACTION field gets populated with 001, 002 or 003 codes. But in PROD environments, that field gets populated with different codes, such as "902".

What is happening? any clues? Where should we look?

Thanks.

Kind regards,

Matias.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184701
Active Contributor
0 Kudos

dear Matias,

ask abaper and basis guys to assist you.

it may be some 'lost' transports or updates/patches . please aslo check out relevant custom code / userexits

good luck!.

Shiva_Ram
Active Contributor
0 Kudos

You can check the include IDOC_OUTPUT_ORDCHG in SE37 on this code. The program that contains the relevant code is SAPLEINM. You may need to check whether any customized coding has been added in it or in any user exit by debugging the IDOC output program.

Regards,

Edited by: Shiva Ram on Nov 15, 2011 3:58 PM

Former Member
0 Kudos

Hi !

Thanks. I've found that the FUELLEN_IDOC_INTTAB subroutine has the related code that fills the e1edp01.action field. Codes are hardcoded there. We have to search for a user customization that could be rewriting those values.

Thanks.

Regards,

Matias.