I'm using VA02Transaction screen, i have added 2 fields in Additional data tab B using append structure in VBAK table and module pool programming. How to give defalut values for those 2 fields ? Need help.
Hello Sushant - You can write the logic in the PBO of the screen. Check- if SAP has provided some type of enhancement technique, otherwise, you can create implicit implementation.
Sir in previous videos we always took ONO in structure based on ono we got data for other columns.. here based on state we getting data for region so why we didn't take state in structure here .. when can we exclude ONO from sturucture?
Suppose - When we want to fetch data from dependent tables(Example - order item table) based upon order number value in first internal table(order header). We need to take order number in the first internal table. Example - We fetch data from dependent tables using FOR ALL ENTRIES IN first internal table. In the current example - We are not fetching anything from dependent tables.
Hi Sir, For both STATE , REGION we have given TABLE-FIELD reference in LAYOUT, but y only for STATE by default it is showing the dropdown options in output and why it is not showing for Region?
Still leaning from you ❤ the important topics
Thank you.👍👍
Hi sir, can we see last entered object using the drop-down's listbox option?
I'm using VA02Transaction screen, i have added 2 fields in Additional data tab B using append structure in VBAK table and module pool programming.
How to give defalut values for those 2 fields ?
Need help.
Hello Sushant - You can write the logic in the PBO of the screen. Check- if SAP has provided some type of enhancement technique, otherwise, you can create implicit implementation.
Sir in previous videos we always took ONO in structure based on ono we got data for other columns.. here based on state we getting data for region so why we didn't take state in structure here .. when can we exclude ONO from sturucture?
Suppose - When we want to fetch data from dependent tables(Example - order item table) based upon order number value in first internal table(order header). We need to take order number in the first internal table. Example - We fetch data from dependent tables using FOR ALL ENTRIES IN first internal table. In the current example - We are not fetching anything from dependent tables.
Hi Sir, For both STATE , REGION we have given TABLE-FIELD reference in LAYOUT, but y only for STATE by default it is showing the dropdown options in output and why it is not showing for Region?
Hello Srikrishna - There are default values in the domain of the state, so they are appearing in the output.
@@sapabapbyrahulmehta Okay Sir , Thank you..