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

MPP and report

Former Member
0 Likes
443

when I click Display in MPP screen , I should get a interactive report which should display customer details and I should not get the Selection-Screen.

The KUNNR field should be taken from MPP and it should display the records pertaining to given customer number in the MPP.

when I click Display in MPP screen , I should get a interactive report which should display customer details and I should not get the Selection-Screen.

The KUNNR field should be taken from MPP and it should display the records pertaining to given customer number in the MPP.

1 REPLY 1
Read only

Former Member
0 Likes
419

Hi,

Using submit command you can achieve your requirement, you can get the your list from module pool screen ( based on the entry in the module-pool screen ).

The syntax description is below.

SUBMIT {rep|(name)} [selscreen_options]

[list_options]

[job_options]

[AND RETURN].

Check SAP help for detailed info.

Hope this helps,

Rama.