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