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

VK11 dynamic fields

Former Member
0 Likes
863

Hi All,

Can anybody tell me, how can we programatically create the VK11 screen with different key combination.

My requirement is to update set of Z-Tables . Using condition types, and the same functionality like VK11.

For each condition type, the screen will be created dynamically. Say if you are selecting key combination SOLD-TO/MATERIAL

the screen fields will be automatically determind as sold-to material value valid from valid to etc etc.

Please let me know your comments on the same.

Regards,

Tapodipta Khan.

4 REPLIES 4
Read only

Former Member
0 Likes
715

Hi,

I was also having similar requirement for which I have made use of the Dynamic Internals and Structures building concept. We can get the table or struture name based on the Application and Pricing Procedures. Which will give us the Condition Table name and inturn this tables will be used for building the tables and structures.

Please have a look at the tables t685 & t682i. Let me know if any.

Regards,

SRinivas

Read only

0 Likes
715

Hi Srini,

I have already checked those tables, now when you look at the screen ok VK11 it has part of application table filelds and some fields from KONP. How do you check that?

Br,

Tapodipta Khan.

Read only

0 Likes
715

Hi,

This field will be based on the Condtion type which you are giving in the first screen. But however this fields are from the Condition tables (AXXX) for that Condition Types. Try to see the main programs of the Screens (System--->Status) and I have tried through that way and this program name was different for each condition type Differ from System to system (Customization).

XXX - Condition table number.

By default Validity period will be there for each condition type.

Regards,

Srinivas

Read only

Former Member
0 Likes
715

Similar type of requirement for creating dynamic pricing conditions Report. See the Wiki post for more details [Dynamic Report for Pricing Conditions Master Data |http://wiki.sdn.sap.com/wiki/display/stage/DynamicReportforPricingConditionsMasterData].