on 2013 Dec 02 7:34 AM
Hi, I would be grateful if someone could help me with this issue:
I’m working with SRM 5.
I want to set the screen variants of Sourcing Cockpit (SOCO). I don’t need custom fields, I am using only standard fields.
So, I have activated the dabi BBP_SCRRENVARIANT using method GET_SCREENVARIANT_SOCO (with filter SOCO).
Then using transaction SHD0, I have defined two new screen variants for:
Secondly, I have implemented the badi, like this:
method IF_EX_BBP_SCREENVARIANT~GET_SCREENVARIANT_SOCO..
EV_SCVARIANT = IV_SCVARIANT.
CASE IV_DYNNR.
WHEN '201'.
MOVE: 'ZBBP_SOCO_GA' TO EV_SCVARIANT.
WHEN '301'.
MOVE : 'ZZBBP_SOCO_WL' TO EV_SCVARIANT.
WHEN OTHERS.
ENDCASE.
endmethod.
But, testing the results, something is wrong.
Executing the SOCO, the fields that are visible, are showed repeated. (Not all of them, only some of them)
Any ideas?
Thanks!!!!
Request clarification before answering.
Hello,
Check if note 1697858 is applied. This is a basis note that influences the display of screenvariant.
Regards,
Ricardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I forgot to comment that if I execute SOCO in SAPGUI, the fileds are ok, the problem is executing SOCO in Portal.
Thanks
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.