on 04-18-2012 12:05 PM
Hello all,
I've created an HCM form in EHP5. I need to default some values on initialisation of the form, so I followed the below blog to create a generic service, add operations and field groups and fields etc.
My generic service doesn't appear to be triggered. The default values aren't pulled into the form, and when I tried to debug by setting a break-point in my service (Do_Operations) it's not even hit. The filter value is correct and is the serviceid.
Has anyone else had this issue? Or any pointers?
Help!
Many thanks,
Kathryn
Hi all,
To anyone stuck on this in the future, the generic service wasn't being called because my new fields weren't assigned to the scenario step. There is a little check box 'assigned' that needs ticking next to the fields you want to include in the step.
Hope this helps others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
are you have performance issues? then
From ABAP system, call t-code SFP
Edit your template (*PDF*) and go to Layout tab (Live Cycle Designer will be loaded)
Menu (from Designer): Edit -> Form Properties -> Performance tab
Check for 'Allow Form Rendering To Be Cached on Server'
Then save and activate it.
ttp: //help.sap.com/saphelp_nw70/helpdata/EN/43/8c4d9d1c345c6ce10000000a422035/frameset.htm
Hi Siddharth,
Yes, i did it, then i am getting the following error.
ERROR: WebDynpro Exception: Internal error when processing form ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: HTTP-404 Error.(200,101).; see SAP Note 999998 (termination: RABAX_STATE)
Thanks
Bala
Hello,
In addition...I have noticed that in Form Scenario -> Scenario Steps I have one scenario step, and on the far right of the table when I click on Operations it only has one operation (the standard SAP_PT service), it doesn't have my custom generic service. Do you know whether this is yet another bug, or whether I have missed a mysterious piece of config out? Perhaps this is why it isn't being called?
Any help is much appreciated! I'm sure it shouldn't be so difficult to default a field! ![]()
Kathryn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you check from hrasr_dt, does it get triggered
HRASR00GEN_SERVICE_BASIC
and check this note
1485956 Optimization in user events - avoid calling all services
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.