cancel
Showing results for 
Search instead for 
Did you mean: 

Posting Date in Create Confirmation Screen

Former Member
0 Kudos

Guys,

I have one issue, right now in Create Confirmation screen Posting Date is in Disabled mode, now i want to make as editable mode for ADMINISTRATOR role , can any one help , how to solve this issue,

Advance Thanks

Vijaya

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member208244
Active Participant
0 Kudos

Hello Vijaya,

You should use metadata.

Refer to next link for more information about it: http://wiki.sdn.sap.com/wiki/display/SRM/Dynamic+handling+of+metadata+in+SRM+7.0

Kind Regards,

SG

RicardoRomero_1
Active Contributor
0 Kudos

Hi,

Try the following;

Go to SPRO to this path:

SAP Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Extensions and Field Control (Personalization) -> Configure Field Control -> Configure Control for Fields on Header Level -> Metadata for Fields on Document Headers

And add a new entry for POSTING_DATE and BUS2203.
To change dinamically the visibility you need to use a dynamic class and method, create one in se24 you can use as model the class /SAPSRM/CL_PDO_DYN_MDF_HD_SC for example...

Add your logic in the method and change the parameter CS_METADATA-ENABLED depending on your conditions.


Regards,

Ricardo.

Former Member
0 Kudos

Hi Ricardo,

Thanks for reply, This is way i have configured , is this right Ricardo ?

RicardoRomero_1
Active Contributor
0 Kudos

I think so, is it working fine?

Former Member
0 Kudos

Thanks Ricardo , its working