cancel
Showing results for 
Search instead for 
Did you mean: 

Round trip in Hcm Process & forms

bhushan_ghule
Active Participant
0 Kudos

HI Experts .

I am working on hcm process & forms using adobeforms .

I designed table using using dropdown . ( Please refer screen shot ) .

If user selects wage type value from dropdown then it should automatically display the corresponding value of amount .

Please tell me how can i do this .

Is it possible to do  with round trip & sap_pa backend service only , I don't want to use custom backend service .

Thanks & regards .

Bhushan Ghule

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bhushan,

May I know what is the logic to display the amount based on wage type? Can we see the data from any of the infotype ?

SAP will only default the value during initialize event; example you can default position text based on position if set default to use SAP_PA backend service CUR/DEF type.

Thus, for your case you might need to trigger USER_EVENT_INITIALIZE manually while maintaining field selected on form.

May I why you do not want to use custom backend service?

regards,

Xiang Li

bhushan_ghule
Active Participant
0 Kudos

Hi Xiang Li.

thanks for your replay .

Through drop_down i want to pass the subtype values and corresponding amount value i want to show.

Please tell me how to do this .

Is it possible with sap_pa  or custom back end service is necessary . 

Thanks & Regards .

Bhushan Ghule

Former Member
0 Kudos

Hi Bushan,

Yes I understand your requirement; can you please evaluate more on where you expect SAP to default amount based on the wage type? Can you see from any table now?

regards,

Xiang Li

bhushan_ghule
Active Participant
0 Kudos

Hi Xiang Li.

Now i am using custom backend service .

in Infotype 0014 (six wages) wage amount configured based on valuation. and wage amount fetching if bind with Individual wage type.

but based on employee eligible criteria (some employees are eligible for 2or 4 wage) we need to remove wage type from form level.

if use dynamic table., the last values  getting reflected in all the fields  . ( please check screen shot )

Former Member
0 Kudos

Hi Bhushan,

I tried in PA30, to create PA0014 record for a employee by keying in wage type only; but SAP expect me to enter amount instead of auto populate the amount.

May i know what is the logic in your custom backend to populate default wage type amount ?

Thanks.

regards,

Xiang Li

bhushan_ghule
Active Participant
0 Kudos

solved;

We are using HR ASR form's for PA40.,

based on configurations, BETRG will get the value from 0014 also.,

worked out with Java script to hide Wage type text, and used Rule

Thanks for your support.,

- Bhushan.,

Answers (1)

Answers (1)

sahirn
Active Contributor
0 Kudos

Refer to the post by Ganesh @ http://scn.sap.com/docs/DOC-30368

Define your own user event using fields SAP_PA.

Hope this helps.

Regards,

Sahir.

bhushan_ghule
Active Participant
0 Kudos

Hi Sahir .

thanks for your replay .

I exactly followed the document and through round trip i am triggering the custom event .

Event is getting triggered but the value of amount field is not coming .

I assigned sap_pa backend service to the amount field .

waiting for your replay .

Thanks & regards

Bhushan Ghule

sahirn
Active Contributor
0 Kudos

Are there any errors coming up of the form?

Please share screenshots.

Regards,

Sahir.

bhushan_ghule
Active Participant
0 Kudos

Hi Sahir .

I am not getting any error .

Through drop_down i want to pass subtype values and corresponding amount value i want to show .

If i set subtype value manually then defalut amount value  is coming properly but i don't want to  do like this because here subtype is dynamic  .

Regards .

Bhushan Ghule