cancel
Showing results for 
Search instead for 
Did you mean: 

FM 'MD_SALES_ORDER_STATUS_REPORT' is more records than MD4C output

Former Member
0 Kudos

Hi

The FM 'MD_SALES_ORDER_STATUS_REPORT' is giving more records with the given sales order and given plant but when we  execute the MD4C transaction with the same inputs it's giving less records which is correct.Could any one tell me   the why FM FM 'MD_SALES_ORDER_STATUS_REPORT is showing more records.

Output of MD4C for a sales order and plant  2000 lines

Output of FM 'MD_SALES_ORDER_STATUS_REPORT for the same sales order and same  plant  90000 lines

Please let me know if you need more details

Thanks

MVS

Accepted Solutions (0)

Answers (2)

Answers (2)

Clemenss
Active Contributor
0 Kudos

MD4C calls function MD_SALES_ORDER_STATUS_REPORT.

Set a breakpoint for function MD_SALES_ORDER_STATUS_REPORT and see what parameters are passed from MD4C as opposed to your call.

The answer may be obvious.

Regards

Clemens

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

On transaction MD4C you can define the Number of Hierarchy Levels. It will limit the number of lines displayed on the transaction.

Regards

Caetano

Former Member
0 Kudos

Thanks for your reply. In MD4C we have opened all the hierarchies . But still the number of lines in MD4C and the number of lines in FM output are different