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 ID

Former Member
0 Likes
2,476

How can i call an SAP auto-generated transformation programs by passing parameters dynamically?

I even referred the below thread but it doesn't work.

http://scn.sap.com/thread/6508

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,342

Check this document.

http://scn.sap.com/docs/DOC-42984

Also can you check this code using XSLT in the last answer to the thread. .

http://scn.sap.com/thread/1317653

3 REPLIES 3
Read only

Former Member
0 Likes
1,342

Well any replies for the above question? For time sake i had read the transformation program name using function module "XSLT_GET_OBJECT" which returns all the code in the transformation program but the correct procedure is calling transformation dynamically and also pass values dynamically.

Read only

Former Member
0 Likes
1,343

Check this document.

http://scn.sap.com/docs/DOC-42984

Also can you check this code using XSLT in the last answer to the thread. .

http://scn.sap.com/thread/1317653