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

How to set screen variant for table control

Former Member
0 Likes
1,434

Dear Experts,

I have been facing an issue while setting screen variant value for table control.

Requirement is that the proc.stat column in VK11 should be disabled with its value as '1' by default for how many ever line items that are created dynamically.

While I was creating a screen variant I created with only one record and so the variant is appearing the same way. The default value appears only for the first line item and does not appear for the consecutive line items.

Please guide me on how I can go about with this issue.

Please refer the below image for your reference.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,093

hi Pavani

the screen variant only use for display, what you type in screen variant it will first display to you.

so if you only want more item have default value, you need type value for every line when processing the screen variant as blow :

if you want dynamically generate the defult value, maybe you need think method from the button "Create entries".

regards,

Archer

Dear Experts,

I have been facing an issue while setting screen variant value for table control.

Requirement is that the proc.stat column in VK11 should be disabled with its value as '1' by default for how many ever line items that are created dynamically.

While I was creating a screen variant I created with only one record and so the variant is appearing the same way. The default value appears only for the first line item and does not appear for the consecutive line items.

Please guide me on how I can go about with this issue.

Please refer the below image for your reference.

2 REPLIES 2
Read only

Former Member
0 Likes
1,094

hi Pavani

the screen variant only use for display, what you type in screen variant it will first display to you.

so if you only want more item have default value, you need type value for every line when processing the screen variant as blow :

if you want dynamically generate the defult value, maybe you need think method from the button "Create entries".

regards,

Archer

Read only

0 Likes
1,093

Dear Dengyong,

Thankyou for your reply. I will try to do something on the trigger of create new entries button but not always the user uses the button to create new entries. How can I at all times maintain the default value as '1' for the column? Any such functionality available?