Application Development 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: 

Suppress output message in case of Program RM06K052

Former Member
0 Kudos

Hi ABAP ers,

For changing the scheduling agreement net price we are using standard program RM06K052.

Net Price successfully changes but output message is coming. We need to suppress the message.

How it is possible to suppress output message for a particular transaction while changing the scheduling agreement net price.

Is there any parameter in the standard program or any other process?

3 REPLIES 3

Jelena
Active Contributor
0 Kudos

The standard condition-based output functionality also applies to the scheduling agreements AFAIK, so the same techniques (e.g. a requirement routine) would apply as for any other document type that uses the same functionality. All the output features have been discussed many times on SCN, use Google to search for "prevent output site:sap.com" and similar.

Former Member
0 Kudos

HI Jelena,

Our requirement does not depend on the document type.

For changing the scheduling agreement net price we are using the standard program RM06K052 in our custom Z program.

After running this program if we check ME32L transaction then we can find that price has changed but output message is also triggering. User does not want this output message while running the Z Program only.

Reg,

Sabyasachi

Jelena
Active Contributor
0 Kudos

By "document type" I meant scheduling agreements vs. other documents that also use condition-based output (e.g. sales documents). Sorry but you're just repeating the question and I've already answered. Have you tried searching, as suggested?

SCN members can't possibly know anything about a custom program in your system.