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

Adding new fields in va21 & va22

Former Member
0 Likes
1,279

Hi All,

I want to add some fields in va22 additional data 2 tab and according to these fields, document conditions changed in  condition tab.

like if i select a radio button in additional data 2 tab then a condition should automatically add in condition tab vice-versa .

pls suggest how we can do this.........

Hi All,

I want to add some fields in va22 additional data 2 tab and according to these fields, document conditions changed in  condition tab.

like if i select a radio button in additional data 2 tab then a condition should automatically add in condition tab vice-versa .

pls suggest how we can do this.........

1 REPLY 1
Read only

eduardo_hinojosa
Active Contributor
0 Likes
886

Hi

For adding fields, check the notes

SAP Note 209278 - Display of customer-specific fields in sales doc

SAP Note 302497 - Additional cust. fields not displayed in 'Additional data B'

SAP Note 386694 - Additional data not displayed in screen 8459 and 8309

SAP Note 420546 - Additional data B and transaction variants in sales order

and related notes.

For redetermine conditions after the change of one field, see subroutines USEREXIT_NEW_PRICING_VBKD and USEREXIT_NEW_PRICING_VBAP in include MV45AFZB.   For further information, check these notes

SAP Note 26115 - Conditions not updated during field change

SAP Note 24832 - Pricing rules / TVCPF

To control if the condition is add or not, control it with a VOFM requirement and set in in your pricing procedure (see  SAP Note 156230 - Requirements: What is permitted, what is not? for more details).

I hope this helps you

Regards

Eduardo