cancel
Showing results for 
Search instead for 
Did you mean: 

Smart form in bidding

Former Member
0 Kudos

Hi

I have a requiremrnt in SRM 5.0

What is the bidding form used for inviting bid from vendors.

i need to convert the form to german language. is there any settings for that.

Regards

Pooja

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Please check Business Partner data of the Bidder. What is the language in BP ?

You do not need to convert the form. It is language setting in BP or WF-BATCH user or output customizing.

Regards,

Masa

Former Member
0 Kudos

Hi,

Standard Smartform - BBP_BIDINV_BID gets called for Bid invitation.

Please try this Sample code for calling your custom smartform.

IF_EX_BBP_CHANGE_SF_BID~CHANGE_SMARTFORM .

IF SMARTFORM = 'BBP_BIDINV_BID'. " Standard Smartform

SMARTFORM = 'ZBBP_BIDINV_BID'. " Call your Customer Smart form

endmethod.

Try using the BADi "BBP_OUTPUT_CHANGE_SF" and acc set the parameters for the smartform icluding the Language.

related links:

BR,

Disha.

DO reward points for useful answers.

Former Member
0 Kudos

Hi Disha

Thanks for your reply

I needed clarification

when we use badi BBP_CHANGE_SF_BID and badi BBP_OUTPUT_CHANGE_SF because

in the badi BBP_output_change_sf we can give "BUS TYPE" and also the medium( print, mail, fax).

Regards

Pooja

Former Member
0 Kudos

Hi,

BBP_CHANGE_SF_BID is to call your own /custom smartform instead of the std one.

BBP_OUTPUT_CHANGE_SF is to change the o/p parameters like language,medium etc.

Hope this clarifies your doubt.

BR,

Disha.

Do reward points and close the thread if your query is answered.

Former Member
0 Kudos

Hi

Since i want the form in german language , if i give german language as parameter the form will dynamically take care of the language or i need to maintain text of language eg OTR in german language also.

for ex. if i am using some static / hard code , logo etc.

Please clarify this.

Regards

Pooja