2014 Feb 19 10:38 AM
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.
2014 Feb 19 12:19 PM
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.
2014 Feb 19 12:19 PM
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
2014 Feb 19 12:36 PM
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?