cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Field display name for bbpmainint internet service?

Former Member
0 Kudos

Hi,

I copied BBPMAININT internet Service to ZBBPMAININT and changed some templates for my requirement.

My question- I need to change field display name (address field in template 120).

Can any one tell me how to change the Filed Display name? Is there any BADI for this? or any other procedure?

Thanks in advance.

Rajesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Internet service basing on ITS 'holds' translation files on AGate *.htrc files.

You can change in this file.

Regards,

Marcin

Former Member
0 Kudos

Hi,

You need to make changes in the template only..i.e. BBP_VENDOR_CREATE_120.

If you wnat to change the label "Address Data for Business Partner" modify the foll statements:

<!-- address data -->

`BBPGroupBoxBegin(HEADER_ADDR_ORG.label)`

`TABLE(class="format")`

`TR()`

`if (BAPIBUS1006_ADDRESS-C_O_NAME.disabled) `

`TD(class="label", active="")` `<b>BAPIBUS1006_ADDRESS-C_O_NAME.label</b>`

`TD(class="data", active="", active="")` `'BAPIBUS1006_ADDRESS-C_O_NAME'`&nbsp;

`else`

`TD(class="label")`<label for="`BAPIBUS1006_ADDRESS-C_O_NAME.name`"> `<b>BAPIBUS1006_ADDRESS-C_O_NAME.label</b>` </label>

`TD(class="data")`

Instead of the std label put the text you want to be displayed.

BR,

Disha.

Pls reward points for useful answers.