Application Development and Automation 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: 
Read only

Call transformation

Former Member
0 Likes
454

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

2 REPLIES 2
Read only

Former Member
0 Likes
435

- <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,

Read only

Former Member
0 Likes
435

no hint provided