cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script Form - Print item cindition type for discount

Former Member
0 Kudos

Hello Dear Experts,

this time my question is about SAP Script Forms; the task is display (print out) explicitly a discount for a specific item (also valid for header level discount condition) if it s been applied, as for example:

Item Price 10.000

Discount: 20% (the discount can be % or quantity but it aint matter...)

Total price: 8.000

I have been tried to identify the tables/structures involved, but nothing fruitful

Specifically Im using structure KOMVD, but cant get to find/display the discount for the item.

Could you please guide/help me??

Thank you so much in advance!

Bests,

Katia.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Experts,

by reading other peoples forums, I came across first something must be done in the customizing of pricing procedure (a flag for the condition must be activated for printing).

But now I can print the discounts conditions types, but then the name of the item wont print

Do you know why that is and how can it be fixed?

Thanks a lot again & bests!

Katia.

Former Member
0 Kudos

Hi,

Following structures use in Order script .

KOMK "Communication area for conditions

KOMP "Communication area for conditions

KOMVD "Communication area for conditions

VBCO3 "Communication area for view

VBDKA "Header view

VBDPA "Item view

VBDPAU "Subitem numbers

CONF_OUT "Configuration data

SADR "Addresses

TVAG "Reason for rejection

VEDKA "Servicecontract head data

VEDPA "Servicecontract position data

VEDKN "Servicecontract head notice data

VEDPN "Servicecontract pos. notice data

RISERLS "Serialnumbers

KOMSER "Serialnumbers for print

TVBUR "Sales office

TVKO "Sales organisation

ADRS "Communicationarea for Address

FPLTDR "billing schedules

WTAD_ADDIS_IN_SO_PRINT, "additional

WTAD_BUYING_PRINT_EXTRA_TEXT. "texts belonging to additional

Item fields in VBDPA. take

MATNR : Material Number

ARKTX - short text of item

Regards,

Chandra

Former Member
0 Kudos

Thank you Chandra,

but this does not help since the trick seems to be in the customizing; do you have any idea (you can read my previous post on the thread)?

Thank you again & bests,

Katia.