cancel
Showing results for 
Search instead for 
Did you mean: 

Can we debug the Html template in Internet service

Former Member
0 Kudos

Hi ,

I need to change the name of a filed in srm portal "confirmation of good and service" for that i had a template but i am not able to find the label in that

How can i find the label ?

can i debug the template

help me

thanks

-


Channappa Sajjanar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Channappa,

you cannot debug the template itself. You can debug the coding by setting an external breakpoint.

If you need the template name then use the following procedure:

- right click in IE

- view source

- search for the field in html coding

- scroll up the html coding until you see the name of the template

I hope that my information was helpful.

Best regards,

Georg

Former Member
0 Kudos

Hi Georg ,

Thanks a lot for your response .but what i need is how can we get from whrer labels are comming .

ie i have now html template and now i need to get the from where the values of the label for example

"item" are comming .

thanks a lot

-


Channappa Sajjanar

Former Member
0 Kudos

Please go to transaction SE80, select "Internet Services" in the dropdown and fill the required service name and press enter.

Then expand the service and you will find a node called "Topic 99", double click this node and in the parameters tab you can find most of the labels used in the service.

Regards

Kathirvel

Former Member
0 Kudos

Hi Kathirvel ,

Thanks for ur answer but i am not able to get the solution out of this actually.there also i am not able to find . if u have any other option please help me .

Thanks

-


Channappa Sajjanar

Former Member
0 Kudos

Please provide some more details like: ITS Service Name, Where the text/ label appears etc and your SRM Version.

Regards

Kathirvel

Former Member
0 Kudos

Hi Kathirvel ,

I need to change the literal error in the t-code BBPCF02(if U go to SE80 then give function group as

bbp_cf in that if u go for the transaction in that second transaction BBPCF02 if u right click on it and then go for execute then chose direct processing In this you will get the screen for CONFIRM GOODS AND SERVICES in this if u go at bottom u will see the ITEM LEVEL in that row we have details like

Item,description,conformatn value , calculatd .so i need to change the conformatn value ,calculatd .

my srm version is 5.0

Thanks

-


Channappa Sajjanar

Former Member
0 Kudos

Please send a screenshot of this (mainly the label you refer in the portal) to my id. You can find the details in my business card.

Regards

Kathirvel

Former Member
0 Kudos

Hi,

do you mean function group BBP_PDH_SEARCH and here dynpro 3001?

For verifying you can use the screenpainter.

Regards,

Georg

Former Member
0 Kudos

Hi,

Georg is right. Look for screen SAPLBBP_PDH_SEARCH 3001.

The fields that you need to change are :

Confirmatn Value : BBPS_SEARCH_SUBLIST_PO_WEB-VAL_CF and

Calculatd : BBPS_SEARCH_SUBLIST_PO_WEB-QUAN_IV

Thanks,

Pradeep

Former Member
0 Kudos

Hi Pradeep,

Thanks for reply .Actually i found one solution which is as follow just guide me is it correct or not?

I gone to the screenpainter (se51) their i given the

program name =SAPLBBP_PDH_SEARCH.

screen number = 3001.

in this screen only the speeling mistakes are found for the variable's

Confirmatn Value : BBPS_SEARCH_SUBLIST_PO_WEB-VAL_CF and

Calculatd : BBPS_SEARCH_SUBLIST_PO_WEB-QUAN_IV.

So i just changed the spelling mistakes there in IDES SRM and they are reflection when i exceute the t-code BBPCF02 in SE80.

now just tell me is the way i am going is correct or not ?

what are the side effetcts of this?

and is any way i can solve the proble from the template?

please give your valuable sugetions i am very new to SRM.

Regards

-


Channappa Sajjanar

Former Member
0 Kudos

Hi,

Try to run the BBPCF02(Confirm Goods / Services Centrally) transaction on SRM WEB and see whether the changes are reflected there or not.

Thanks,

Pradeep

Former Member
0 Kudos

Hi Pradeep ,

I am making changes in IDES system so i am not able to test on portal since we are not configured SRM system in IDES.and when i checked in the clinet system the lenght for both varible are limited

ie

Calculated is 10 but in the screen it is allocated only 9 chars

Confirmation vlaue is 18 but in screen it is allcoated only 16 char.

so i am trying to do the change in HTMl temlate .

can u give some gudance about this issue?

Thanks

-


Channappa Sajjanar

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks