2007 Mar 14 6:46 AM
Hi All,
In submit there are two range values(matnr,werks)..If i pass only matnr i am not getting the output..if i pass both matnr, werks that time i am getting output..means in submit we should pass inputs to all of fields in submit?????
SUBMIT RM07DOCS via selection-screen
with MATNR IN r_matnr
with WERKS in r_werks
2...is there any restriction RANGE with INNERJOIN...
It is not required to pass all the ranges to the submit program. the difference in output is because of the application logic that the program uses.
It is a good programming practice to have not more than 5 tables in the innerjoin.
2007 Mar 14 6:51 AM
hi
SUBMIT RM07DOCS with MATNR IN r_matnr
with WERKS in r_werks
try removing via selection-screen addition in the submit..
Cheers,
Sathish. R
2007 Mar 14 6:52 AM
Hi sapient s ,
Try running in the foreground the same report with material and plant combination.
This may also be an authorization issue , you may not have auth to see data for certain plants .
Program documentation says you should atleast enter a material or posting date, that too for performance improvement, so restriction is not related to plant.
Hope that helps.
Regards
Kapadia
***Assigning points is the way to say thanks in SDN.***
2007 Mar 14 6:53 AM
It is not required to pass all the ranges to the submit program. the difference in output is because of the application logic that the program uses.
It is a good programming practice to have not more than 5 tables in the innerjoin.
2007 Mar 14 6:54 AM
Hi
Its working
SUBMIT RM07DOCS with MATNR IN r_matnr
with WERKS in r_werks
Reward all the helpful answers..
With Regards
Navin Khedikar
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |