2007 Mar 19 3:09 PM
Hello Friends,
I am Using BAPI_PLANNEDORDER_CHANGE to change the quantity of the order.
IN the exporting parameters i am a bit confused,
EXPORTING
plannedorder = '1234567890'
headerdata =
headerdatax =
Basically I am confused between the headerdata and the headerdatax.
Whats the purpose of this structures. Where do I pass values.
ANy suggestions...
MAdhu...
2007 Mar 19 3:13 PM
HI madhu,
The actual data is to be passed to Headerdata structure.
To whichever fields you are passing values, you should pass an 'X' in the HEADERDATAX structure.
For example there is a field with name field1 in the header data,
header-data-field1 = <value>.
headerdatax-field1 = 'X'.
Regards,
Ravi
HI madhu,
The actual data is to be passed to Headerdata structure.
To whichever fields you are passing values, you should pass an 'X' in the HEADERDATAX structure.
For example there is a field with name field1 in the header data,
header-data-field1 = <value>.
headerdatax-field1 = 'X'.
Regards,
Ravi
2007 Mar 19 3:13 PM
HI madhu,
The actual data is to be passed to Headerdata structure.
To whichever fields you are passing values, you should pass an 'X' in the HEADERDATAX structure.
For example there is a field with name field1 in the header data,
header-data-field1 = <value>.
headerdatax-field1 = 'X'.
Regards,
Ravi
2007 Mar 19 3:17 PM
Thanks Ravi.
So I need not pass the exisiting quantity, All I need to pass the quantity that I want ( new quantity) to my order.
Thanks Again.
Madhu.
2007 Mar 19 3:34 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |