cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to add custom field in SOLDOC ?

0 Kudos

I have a requirement to add some field in SOLDOC screen and want to perform some validation on that field . Is it possible to do that?

Thanks in Advance.

View Entire Topic
Honeysmart6
Explorer

Hi Sandeep,

you can add Custom SolDoc Attributes by using the T-Code : SMUD_MODEL_WIZARD and define the new Z/Y attribute types and assign the reference data elements Custom/Standard based on the Input values needed to Maintain.

Once the Custom Attributes is Created assign the Element Types to that Particular Attribute Type.

we can make the Field Validation by Creating a Post EXIT of Method WDDOBEFOREACTION of controller V_ATTRIBUTES in Web Dynpro Component SMUD_ATTRIBUTES.

Thanks

Hari Krishna

0 Kudos

Thanks Venkata