Hi Anjani,
As per your first screenshot, i see that you are trying to open Create Sales Order Tile.
Have you done the backend Configuration Tasks:
To enable Create Sales Orders, perform these configuration tasks:
- Call transaction SIMGH and open the Create Sales Orders node to configure user information parameters of the Customizing activity Define Configuration Parameters:
- Document Type (DOCTYPE)By default, the app uses the standard order (TA/OR). Changing this to another document type may significantly impact the functionality of the application.
- Order Period (ORDPERIOD)Defines how many days into the past sales orders are retrieved. The suggested value is 30 days.
- Search Period (SEAPERIOD)Defines how many days into the past a search must look for sales orders that match the search criteria. The suggested value is 90.
- Ship To Party (SHIP_TO/PARTNER_ROLE)Defines which partner role in the customer master is used for the ship-to party. The suggested value isWE.
- Forwarding Agent (FORWARDING_AGENT/PARTNER_ROLE)This defines which partner role in the customer master is used for the forwarding agent. The suggested value is SP.
- Implement the following BAdIs:
- Customer Association to Employee(BADI_SRA017_USER_TO_CUSTOMER)You can use this BAdI to fetch a list of customers associated with a specific employee.
- Retrieve Product Image(BADI_SRA017_PROD_IMG_RETRIEVER)You can use this BAdI to retrieve the image of a product. It does not have a default implementation.
Thanks,
JC