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

create pricing condition with default value in processing process field

Former Member
0 Likes
1,219

hi all,

when i maintain the pricing conditions with vk11 or vk31, i want the price maintained is set default as blocked (the processing status field-KBSTAT). can it be done? i am using 4.6c.

5 REPLIES 5
Read only

Former Member
0 Likes
759

blocked means the KBSTAT=1

Read only

RaymondGiuseppi
Active Contributor
0 Likes
759

You should try to use transaction variant

<i>Transaction variants simplify transaction flow by:

Inserting default values in fields

Changing the ready for input status of fields

Hiding various screen elements and menu functions, or even entire screens

Adjusting table control settings

When you create a transaction variant, you run through the transaction in a special mode. In this mode, you decide which elements you no longer need in your transaction and which values should be inserted where. If you choose to hide an entire screen, the system will no longer display that screen in the transaction and will proceed on to the next screen in the series. You can also adjust table control settings and determine the width of columns and the order in which you want them displayed. In tab strips, you can suppress tabs that you no longer need by setting them to invisible.

You may also create as many variants for a transaction as you desire. One of these variants can be defined as a standard variant. This variant is then valid across all clients. You may also assign different variants to specific users.

This is done using Variant Transactions. Variant transactions are then places in those users’ user menus instead of the standard transaction. </i>

To use this : Tools -> Accelerated SAP -> Personalization (transaction SHD0)

Regards

Read only

0 Likes
759

Take a look at <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBCEX/BCDWBCEX.pdf">Changing the SAP Standard (BC)</a> (4.6C)

Regards

Read only

0 Likes
759

hi Raymond Giuseppi, thank you for your reply. i tried shd0, but it didn't work. it will take effect on the first line of condition record. but if i create the second line, it will not make default. so……

Read only

0 Likes
759

and sorry, i am not a abaper, i am sd consultant without much understanding of the bc. i don't know if there is some other way to solve the problem? for example, the badi? as i know, there is no user exit for vk*.