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: 

How we change work order field using BDC call tra. method.

Former Member
0 Kudos

Hi All,

How we change the work order ( Tra. IW32 ) operation ( VORNR ) field Using BDC call tra. method.

Pls tell me step.

Thanks and Regards.

S. Patahk

2 REPLIES 2

Former Member
0 Kudos

Hi

Step1 ) Do the recording using SHDB for transaction IW32 .

Step2) Convert the recording to Program.

Step3) Comment all the performs other than the perform containing the main input field(Order) and perform which contains the work order field

Step4) dynamically populate the main input field and the work order field and run the program.

Former Member
0 Kudos

Thank's