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

How to avoid this output

Former Member
0 Likes
396

I copied SAPMV75B to a Z program and editing it for some requirements.

When only plant and material details are input on selection screen, I see the data is being written on output from subroutine FORM 020__001. I do not want this output and planning to have some output of my own with my changes. So I tried to comment out the write statements in this Form 020__001 and when I execute, it says "The display variant has not been generated. Please restart se38".

How to solve this so that I don't see the standard output and see my output instead? I mean how to make the standard output disappear.

Thanks.

I copied SAPMV75B to a Z program and editing it for some requirements.

When only plant and material details are input on selection screen, I see the data is being written on output from subroutine FORM 020__001. I do not want this output and planning to have some output of my own with my changes. So I tried to comment out the write statements in this Form 020__001 and when I execute, it says "The display variant has not been generated. Please restart se38".

How to solve this so that I don't see the standard output and see my output instead? I mean how to make the standard output disappear.

Thanks.

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
364

Ok, brave man!

1. I hope you have good reason to leave the standard.

2. You should hav copied to a Z module pool whith the name SAPMZ75B using standard copy function in SE80.

3. You must activate <b>all</b> GUI status, screens and titles manually - I'm looking for a solution to do this automatically in one step.

4. You must define the starting transaction V_RA Backorder Processing: Selection List as Z-name for program and screen.

Regards

Clemens

Message was edited by: Clemens Li