Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SUBMIT REPORT

Former Member
0 Likes
507

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...

4 REPLIES 4
Read only

Former Member
0 Likes
465

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

Read only

Former Member
0 Likes
465

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.***

Read only

Former Member
0 Likes
465

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.

Read only

Former Member
0 Likes
465

Hi

Its working

SUBMIT RM07DOCS with MATNR IN r_matnr

with WERKS in r_werks

Reward all the helpful answers..

With Regards

Navin Khedikar