2008 May 09 11:37 AM
Hi all,
Can any one send me a sample code to understand the
Parameter addition in call transformation command
please reply soon
regards,
kushagra
Hi all,
Can any one send me a sample code to understand the
Parameter addition in call transformation command
please reply soon
regards,
kushagra
2008 May 09 12:58 PM
- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
- <asx:values>
- <TAB>
- <item>
<WERKS>0001</WERKS>
<MATNR>000000000000000001</MATNR>
</item>
- <item>
<WERKS>1000</WERKS>
<MATNR>000000000000000001</MATNR>
</item>
- <item>
<WERKS>2006</WERKS>
<MATNR>000000000000000001</MATNR>
</item>
- <item>
<WERKS>2006</WERKS>
<MATNR>000000000000000002</MATNR>
</item>
- <item>
<WERKS>0001</WERKS>
<MATNR>000000000000000013</MATNR>
</item>
- <item>
<WERKS>0001</WERKS>
<MATNR>000000000000000022</MATNR>
</item>
</TAB>
</asx:values>
</asx:abap>
this is my output
what do i need to do it I want to replace item and tab with something else,
2008 May 13 6:15 AM