cancel
Showing results for 
Search instead for 
Did you mean: 

Condition type not to be printed but required in idoc

former_member210736
Active Participant
0 Kudos

Hello Experts,

We have a situation that a condition type is required to be marked as print in the pricing procedure to have it in populated in the idoc (INVOIC). However it should not be printed in the invoice (print out). Do you have any ideas how to achieve this.

Regards

Raghu

Accepted Solutions (0)

Answers (3)

Answers (3)

ivano_raimondi
Active Contributor
0 Kudos

Hello Raghu,

your requirement cannot be fulfilled in the standard.

The print indicator assigned to pricing condition in pricing procedure is considered both in print and in IDOC program.

Print indicator is checked in function modules RV_PRICE_PRINT_ITEM, RV_PRICE_PRINT_HEAD.

both these functions have a userexit at the end. So you could ask to your ABAPer for a modification.

Best regards,

Ivano.

Shiva_Ram
Active Contributor
0 Kudos

Can you explain with additional details? Do you output both, printing and IDOC output, for an invoice?

Discuss with your ABAP'er about modifying the print program to fulfill this requirement. As you have mentioned already, for IDOC, you need to maintain either 'X' or 'S' in the print column.

Regards,

former_member184701
Active Contributor
0 Kudos

dear,

1. check ouy the output condition by t-code VV32 (or create by VV31)

2. check out your config here:

3. talk to abaper regarding SE71 or any other codes things

regards,