cancel
Showing results for 
Search instead for 
Did you mean: 

SAP FIORI - Sales Application(Track Sales Order)

Former Member
0 Kudos

Dear All,

I am able to execute the track sales order application and it is getting the data as per the standard SAP.

To get the data  i have done some config using SIMGH tcode.

Using the

Define Configuration Parameters

This menu option allows you to assign values for the following configuration parameters in Track Sales Orders:

  1. Document Type (DOCTYPE)  - Z010
  2. Order Period (ORDPERIOD) -  30
  3. Search Period (SEAPERIOD) - 90

Now the user is asking for accessing the data for multiple document types(Z010,Z020,Z030), but we are able to access one document type Z010 per user.

Can any one provide the solution for getting the data for multiple document type.

Thanks

Netaji

Tags edited by: Michael Appleby

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Netaji,

T-type is configured in SIMGH for DOCTYPE parameter. So it will show only orders having Type you given in SIMGH.

The reason is Fiori App will select single order type entry from the configuration table SRA018_T_CONFIG with the combination of app id, Parameter type and Parameter name.

if you wish to see the coding part for this select you can go to READ_VALUE_FROM_TABLE method in data provider class CL_SRA018_SO_TRACKING_DPC_EXT.

Regards,

Neeraj