cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Split account assignment Button @ PO item level

Former Member
0 Kudos

Hello Experts

We are on SRM 7.0 using Extended classic scenario. As a business requirement we need to restrict users from using Split account assignment while creating a PO. For that we need hide a button of split accounting at item level . following are the technical details of the field

Application: /SAPSRM/WDA_L_FPM_OIF

Web Dynpro Component: /SAPSRM/WDC_UI_DO_ACC

Window Information: IV_L_FPC_CA_DETAILS

View Information: V_DO_ACCOUNTING

Configuration ID: /SAPSRM/WDCC_UI_DO_ACC

Field ID: SPLIT_DIST_BUTTON

Type of UI Element: BUTTON

UI Element Library: STANDARD

Can you please suggest how we can achieve this

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184111
Active Contributor
0 Kudos

Hi Rohit,

SE80-->Open the WD component and double click the View name.

Choose the Enhance icon(icon jus before check) or press CTRL+F4

Create an enhancement for the view

Go to the layout and click Split Distribution button

In the right hand side right click on the button name and choose REMOVE ELEMENT.

Save and activate.

Thanks,

Anubhav

Former Member
0 Kudos

Hi,

you can achive from meta configuration.

Spro->Supplier Relationship Management

->SRM Server ->Extensions and Field Control (Personalization )

-> Contol Actions -> Configure Control Actions on Substructure level

maintain entry the below entry

BO Set Type PDO Action type Bus type PDO Action Enabled

31 COST_DISTRIBUTION BUS2201 ' ' ( Check box should be blank)

If you want to restrict the user basing on some roles the u have to create dynamic class and disable this button.

regards,

Devi