cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a z filed to the standard PCR

Former Member
0 Kudos

Dear Guru's,

I would like to add an extra field to my SAP Standard PCR(SPSE, interactive form is ISR_FORM_SPSE), add a Z_Field for a dropdown box and populate the dorpdown using a function module and submit the data back into R/3 from a WebDynpro application. Can you please tell me what are the steps involved to achieve my task.

Thanks!

Vivek.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Viviek,

Make a copy of the scenario - SPSE through the QISRSCENARIO transaction.

Add the respective z field to its characteristics.

Do the respective coding to fill the drop down.

Hope this helps :).

- anto.

Former Member
0 Kudos

Thanks Anto for your info. Can you please tell me where do I need to code for the dropdown. Is it in the BADI QISR1. Also in the SPSE there is a dropdown for "Reason for termination" I don't see the corresponding characteristic in SPSE. May be beacuse of this, my dropdown box is not getting populated. Can you please throw some light.

Thanks!

Vivek.

Former Member
0 Kudos

In QISR1 BAdi definition -> go to the badi implementation for the SPSE scenario -> check the code in the Addditional values method.

To see which characteristic is for the respective dropdown, check the binding for the dropdown field in the Adobe life cycle designer layout of the respective form.

Do refer the ISR cook book.

Regards,

- anto.