cancel
Showing results for 
Search instead for 
Did you mean: 

Query string in XML Edit Form

Former Member
0 Kudos

Hi All

A XML Edit form can be called using a link like this:

http://abc.com:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xmlformedit?XMLFormID=XMLForm_Test...

I have a requirement where-in the fields of the XML Edit form are to be displayed dynamically.Assume that there is a field called "Business Unit". The value of this field has to be populated dynamically.

A program will determine the value of this "Business Unit" and will call this edit form using the above link and will populate the field with whatever value it has passed.

Is there any way to accomplish this..??

Thanks

Deepak

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This is possible, you can write and call a java script function from the fields properties. example for lable make a call to the java script function in caption property.

Satish

Former Member
0 Kudos

Hi Satish

Where shall I append that property to the URL of XML Edit Form and what is the syntax for it..?? Can you please explain with an example.

Thanks

Deepak