Application Development 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: 

ACTYP Field in WORKORDER_UPDATE BADI

Former Member
0 Kudos

Hi Experts,

Am coding in the IN_UPDATE method of the BADI WORKORDER_UPDATE.

My requirement is I have to check for the indicator which will indicate 'I' if am in create transaction and 'U' if am in change transaction. That is there will be an indicator which will indicate on the transaction that access the method. Usually the Field with data element ACTYP does this job, but I could not find the relative field in any of the structures of the method in the BADI.

I also checked in debugger, Could you please provide your valuable input for achieving this requirement.

Please let me know if am not clear in my explanation.

Regards.

2 REPLIES 2

former_member1716
Active Contributor
0 Kudos

Could you please check in the corresponding table for the field. It may help.

Regards,

Satish

raymond_giuseppi
Active Contributor
0 Kudos

Look for field VBKZ which exists in many tables parameters, there are some exceptions that are described in IN_UPDATE method documentation.

Regards,

Raymond