Posts

Showing posts with the label sale order

Function module to get the Option codes(Characteristic values) in Sale order.

Image
          REQ : Fetch Option codes(characteristic values) in sale order. Step 1:   Pass Sale order in VBAP and get the cuobj. Step 2:   Pass cuobj in FM : VC_I_GET_CONFIGURATION to  INSTANCE  and get configuration values.          *  In this configuration table we have option codes. *************************** * ** Thank you ************************* * * * * **

Sales Order Characteristic update

Image
Step 1:   Create a Class.               * Run the T-code SE24.               * Give the class name and click on create. Give description and click on save. Step 2:   Create a Structure with following fields .               * Run the T-code SE11.               * Select data type and give structure name.               * Click on create and select structure.               * Give the description and fields. Step 3:   Create a table type.                                * Run the T-code SE11.             * Select data type and give table type name.             * Click on...