cancel
Showing results for 
Search instead for 
Did you mean: 

Custom fields and Standard Fields

Former Member
0 Kudos

Hi

I'am working on upgrade project from SRM 4.0 to SRM 7.O. we have a client requirement that

1. some custom fields to hide at SC Header default settings like Company Code, Location, Strorage location. i was able to hide at item level via Field control at item level .But not able to achieve at SC Header Default setting

2.At SC item overview i need to change the naming of "PRICE/ LIMIT" to "PRICE"

3 in item basic data i was able to hide some fields, but not in other tabs like Account assignmnet, Ship to address etc...

Can give me some inputs how to achieve this

Appreciate your help

Regards

Sandeep D

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sandeep

The fields in these tabs can be controlled by configuration for Fields in Table Extensions. You will have to use proper set type for each tab. For example Set Type for Account Assignment tab is 31.

Virender Singh

Answers (2)

Answers (2)

former_member206439
Contributor
0 Kudos

Hi Sandeep,

For 2 point follow the below process.

To change the description of a data element

CMOD - Goto -> Text elements -> keywords -> change

Enter the data element name which you want change and

Save under transport request

And execute a report program to regenerate that descriptions

Program name -> RKEAGENF

for point 3 user Control_UI badi.

Former Member
0 Kudos

Hi Sandeep,

1, SC Header custom fields

a. Add required custom fields to the Standard Header structures u2018INCL_EEW_PD_HEADER_CSFu2019 and u2018INCL_EEW_PD_HEADER_CSF_SC

b.Create new entries in the view /SAPSRM/V_MDF_HC, for the Custom fields added to the standard structure.

c. Enhance the Context node in the WD application- u2018/SAPSRM/WDC_SC_WZ_GAF_3STu2019.

d. Create new fields and labels in the Layout as a part of the Enhancement and bind it with the Context fields (Custom fields).

2,_For renaming_

3, Hide some fields in Account assignmnet

Goto to sm30 maintain /SAPSRM/V_MDFSBC

set type : 31

Change the fields according to requirment.

Regards,

Neelima

Edited by: S Neelima on Mar 10, 2010 6:18 AM