cancel
Showing results for 
Search instead for 
Did you mean: 

Print relevant flag in a class not considered in Production Order printout, still showing all chars

SAPSupport
Employee
Employee
0 Kudos
141

Variant class is set Maintained unchecked print relevant indicator, still production order printouts showing unchecked

 

 


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

Please consider using the BADI BD_VCH_HL_PRINTING  for your requirement .

 

Please check the information from the online documentation at the link Output Management

 

All the valuated characteristics are included in the corresponding print document by default. If you would like to exclude certain characteristics and their values from being printed, you can implement the following BADI BD_VCH_HL_PRINTING

 

The CDS view I_ClfnClassCharcForKeyDate contains the field CharcIsPrintRelevant and is Released.

 

Documentation for the CDS view is  available at : https://api.sap.com/cdsviews/I_CLFNCLASSCHARCFORKEYDATE

 

Please consider calling this , within the BADI to check if the characteristic is relevant for printing 

Answers (0)