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 to see KSCHL (condition type) in IDOC generated from VA02

Former Member
0 Kudos

Hello,

I have a sales order with positions having

Condition type Amount Currency Price Unit

ZPR0 100.00 EUR 1

ZPR0 200.00 EUR 1

If I generate an exit Idoc I can see every field from above except for the value of Condition type.

The received systems needs to have such information.

The only whay I found so far is to hard-code 'ZPRO' in the user exit of the receiving system.

Could anyone suggest me better?

Thanx

Christian

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Fill the field in the user exit on the sending system. In this way you can pass table values instead of hard coding.

1 REPLY 1

Former Member
0 Kudos

Fill the field in the user exit on the sending system. In this way you can pass table values instead of hard coding.