cancel
Showing results for 
Search instead for 
Did you mean: 

Customer fields on own screen - Shirley Pereira

0 Kudos

Hi Everybody,

I saw lot of threads on the same issue but i couldnt get a solution for this issue.

I saw all oss notes which all are mentioned for this issue but its not working for me.

Requirement is, i have to add my own fields for contact(GOA) at header level.

Those fields should appear on my own screen with individual tab.

We are in the implementation of SRM 5.0

For that i used badi "BBP_CUF_BADI" and studied the documentation of this badi.

I will just explain the things of what i did and u please suggest that what i missed.

1) zfields added in the structure Ci_bbp_hdr_ctr and CI_BBP_HDR.

2) defined screen '100' as subscreen type under function group 'ZCONTRACT_CUSTFIELD '.

3) created internet service 'zcontractcusfi' and created template using webgui option for program SAPLZCONTRACT_CUSTFIELD(function group program name) of screen 100 .

(template code generated automatically)

4) I have created the internet service manually in "SICF" and placed the GUI parameters.

5) Then i wrote code in badi "BBP_CUF_BADI" into the PUT_DATA method.

EV_REPID = 'SAPLZCONTRACT_CUSTFIELD'.

EV_DYNNR = '0100'.

EV_THEME = '99'.

EV_TEMPLATE = 'SAPLZCONTRACT_CUSTFIELD_100'.

EV_SERVICE = 'ZCONTRACTCUSFI'.

Still its not working. Could you give me the input on this issue.

I am in the urgency of implementing this issue. So please consider and help me.

Thanks in advance

Shirley Pereira

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Please try this ->

Related useful pointers ->

Hope this will help. Do let me know.

Regards

- Atul

0 Kudos

Hi Atul,

Thanks for your reply. I studied all those thread mentioned by you. I did everthing that, what those thread suggests. Even you can see my thread.In that i mentioned complete details of what i did but still its not working.

So could you give me straight answer that what i suppose to do on this issue.

Thank you

Former Member
0 Kudos

Hi,

Pls refer the foll thread:

BR,

Disha.

Pls reward points for useful answers.