Application Development 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: 

Multiple input values to import parameter ( Dynamic in nature)

Former Member
0 Kudos

I have the requirement where i need to pass table name as key and columns names as key - value pair and this i want to pass for multiple tables as a input to RFM , my question is is there any standard type in import parameter which supports this if not what are the other options ( like passing a table parameter , table name as key column and fields as comma separeted values in another column ) . just want to get the better way to do this .

Please give your suggestions

thanks

1 REPLY 1

Former Member
0 Kudos

Just to add more info i want to call this RFM from non SAP system (java using axis2 tool for web service call).