Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

srm

Former Member
0 Kudos

hi ,

How to make an item field invisible in bid invitation is the badi

BBP_UI_CONTROL_BADI and method BBP_BID_UI_CTRL vth filter bus2200 is appropriate cant able to hit using this badi

could any plz clearly explain

Edited by: sukruthi raj on Jan 1 2006

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Create Screen Variant & Transaction Variant by making that field invisible using Transaction SHD0.

Assign the Screen variant to the transaction variant and activate.

Regards,

Satish

8 REPLIES 8

Former Member
0 Kudos

Hi ,

Can u tell the Tcode which you are using for bid invitation , so that it will be easy to find the badi which will be triggerd when you execute the tcode.

revrt back,

Regards,

Naveen

0 Kudos

Hi ,

Thanks for responding i am using BBP_BID_INV transaction for that can u plz clearly explain about that.

Thanks in advance

Former Member
0 Kudos

Hi,

Create Screen Variant & Transaction Variant by making that field invisible using Transaction SHD0.

Assign the Screen variant to the transaction variant and activate.

Regards,

Satish

0 Kudos

hi satish,

Thanks for ur response .Since i am not aware of how to do that Could u plz give the detail steps about how to do that

Thanks in advance

0 Kudos

Hi Raj

You can hide unwanted screens and fields in any of the standard SAP programs without changing any of the standard programs. Additional features such as making the variant as default on the standard SAP transaction code is only available as of 4.6x.

  • Transaction SHD0 - Create a variant for the required transaction by changing the layout through hiding fields and screens.

  • Transaction SE93 - Create a variant transaction (e.g. for VA02 = ZVA02).

o Next allocate the transaction variant to this variant transaction.

  • In 4.6c, you can default your transaction variant as the standard variant. (SHD0 - Edit -> Activate/Deactivate as standard variant)

0 Kudos

hi jay,

Thanks for ur quick response

how to create a transcation varient in se93

there is a standard program for the transaction BBP_BID_INV

how to change the layout

I am using 5.0 not 4.6c could u detail creating screen varient and transaction varient and changing the layout

and how find that the badi is appropriate .Reply back

Thanks in advance

0 Kudos

hi satish plz detail in steps

respond

thanks

Edited by: sukruthi raj on Jan 31, 2008 4:37 PM

Former Member
0 Kudos

hi

as per ur requirement i checked when its in active implementation bor method shows green .after that go to create BidInvitationEC.Create double click on hat it goes to BAPI_BIDEC_CREATE there ucan find execute this function module giving data as I_TESTRUN = X then u can find inactive and invisable bid invitations .. use code as per requiremnt write in implementation then utilize it .

thnks

suresh