2013 Jun 10 5:51 PM
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.
2013 Jun 20 11:05 AM
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. .
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.
2013 Jun 20 10:56 AM
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.
2013 Jun 20 11:09 AM
2013 Jun 20 11:05 AM
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. .