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

Output determination

Former Member
0 Likes
418

Hi,

I am having a strange requirement.

I am working with the PO.The output type is trigered during the time of creation or change. We have a output type ZX02. This gets trigered basd on the checks we have at the requirement.

When the ZX02 is trigered in the save exit of the PO i have a logic which updates the custom table.

Some times the user manually enters the ZXO2 manually.I would like to update the custom table when the out put is determined when enterd manually.

My qustion is : How can i capture if there is a manul change at the output determination.

Thanks.

M

Hi,

I am having a strange requirement.

I am working with the PO.The output type is trigered during the time of creation or change. We have a output type ZX02. This gets trigered basd on the checks we have at the requirement.

When the ZX02 is trigered in the save exit of the PO i have a logic which updates the custom table.

Some times the user manually enters the ZXO2 manually.I would like to update the custom table when the out put is determined when enterd manually.

My qustion is : How can i capture if there is a manul change at the output determination.

Thanks.

M

1 REPLY 1
Read only

Former Member
0 Likes
385

Hi,

try with exit EXIT_SAPMM06E_012 and look at I_TRTYP ('H' for Create, 'V' for Change).

<b>Reward points</b>

Regards