cancel
Showing results for 
Search instead for 
Did you mean: 

PCR Form - Adobe form

Former Member
0 Kudos

Dear All,

I am using the custom Personnel change request for the transfer. Since the Transfer is not Delivered by SAP.

When i am using that some of the fields like Position change( drop down list box) is not filled.

I saw the standard one and gave the binding also. How to make that Drop down list filled with the values.

Could anyone help me to solve this problem...

Thanks

Yogesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Thanks for your reply.

How to check the bound context.

Could you please explain me in detail....

i am new to this Adobe form.

Thanks

Yogesh

Former Member
0 Kudos

Hi Yogesh,

If you have a node NodeABC and bound attribute Attr1 with Interactive field Dropdown1, then you can check if the values are there in the View context by displaying a message in the view itself with the context values like below:

wdComponentAPI.getMessageManager().reportSuccess("Values: " + wdContext.currentNodeABCElement().getAttr1());

Hope this helps.

Regards,

Arafat

Former Member
0 Kudos

Hi

do external debuging form the portal ,by puting debug point in additional values interface FM in r/3 side .so that you can check values come from r/3 side or not .

thanks

Gopal

Former Member
0 Kudos

Hi Yogesh,

Are values present in the bound context? Please check if values are there in the bound context attribute.

Regards,

Arafat