cancel
Showing results for 
Search instead for 
Did you mean: 

Notes for Approval

Former Member
0 Kudos

Hi All,

How to make the field "Notes for Approval" invisible\disappear in the shopping cart wizard screen? we are using SRM 4.0.

Your inputs will be helpful in resolving this issue.

Regards

K Gp

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Use the BBP_UI_CONTROL_BADI to hide this field.

use the method BBP_SC_UI_CTRL

Sample code

CASE iv_fieldname.

WHEN 'fieldname'.

cv_invisible = '1'.

cv_input_ready = ' '.

ENDCASE.

by giving the following 'fieldname'

GS_SCR_COMPLETE-TEXT

TEXT_APPROVAL

Thanks,

Pradeep.

Former Member
0 Kudos

Hi Pradeep,

In the implementation of the BADi you mentioned, which parameter needs to be used. If you could tell in detail then it will be helpful for us to implement.

Also the field name of the "Notes for Approval" field.

Regards

K Gp

Former Member
0 Kudos

Try one of the following fieldnames:

GS_SCR_COMPLETE-TEXT

TEXT_APPROVAL

and the parameter used is cv_invisible.

cv_invisible = '1'.

Hope it helps.

Thnaks,

Pradeep.

Former Member
0 Kudos

Hi Pradeep,

The method BBP_SC_UI_CTRL doesn't exist in our system for the badi BBP_UI_CONTROL_BADI to implement.

We are having SRM 4.0 & SAPKIBKS13.

Kindly let me know the alternative or how to make invisible the field "Notes for approval"

regards

K Gp

Former Member
0 Kudos

Hi,

I think you are left with the option of using the screen variants.

Pls go through the following links which will give a good idea on how to go about using screen variants to hide fields.

Former Member
0 Kudos

Hello,

You can use BBP_LONGTEXT_BADI to achieve this. The method TEXT_SCHEME_CHANGE can be used to

- Make a specific text ID visible/invisible

- Make a specific text ID modifiable/non-modifibale

Rgds,

Prasanna

former_member183819
Active Contributor
0 Kudos

Hi You can try in this BADI also

BBP_SC_MODIFY_UI

Muthu

Former Member
0 Kudos

Hi,

Check tcode SHD0 where you can do screen variant for the transaction code BBPSC02. This may be helpful as I am not sure whether this will work in last step of shopping.(complete and order) as this notes come here.

Best regards,

Sridhar.

Former Member
0 Kudos

Hi,

Can you tell me the field name for "Notes for approval" in SHD0 transaction ?

Regards

K Gp