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

Pricing zfields in SD

Former Member
0 Likes
465

Hi Gurus,

I want to know what all tables/structures and userexits i have to use for adding zfields in sales order additional data b screen. and use those values to take data from other module's tables and use it for pricing in realtime.

what i can estimate is

VBAK/VBAP/KONP/KONK/VBRK/VBRP

and exit as PRICING_PREPARE_TKOMK and PRICING_PREPARE_TKOMP

please correct me if i am wrong but whether it also take cares adding field in sales order screen, populating data from other module's tables etc.

Please let me know in detail.

Thanks in advance.

Regards,

Anil Agrawal

Hi Gurus,

I want to know what all tables/structures and userexits i have to use for adding zfields in sales order additional data b screen. and use those values to take data from other module's tables and use it for pricing in realtime.

what i can estimate is

VBAK/VBAP/KONP/KONK/VBRK/VBRP

and exit as PRICING_PREPARE_TKOMK and PRICING_PREPARE_TKOMP

please correct me if i am wrong but whether it also take cares adding field in sales order screen, populating data from other module's tables etc.

Please let me know in detail.

Thanks in advance.

Regards,

Anil Agrawal

1 REPLY 1
Read only

Former Member
0 Likes
425

you can add zfields in standard table by using append structure

ex: vbap/vbak/konp..

you can populate fields in additional data b tab

you need to write code there it self