Solved: Hi experts, I'am new to ABAP, I'am wondering about how to via a selection screen we can hide or show a window in a smartform. The scenario will be like this : 1
SAP Managed Tags: ABAP Development Hi, In smartforms you can create 99 main windows. but in scripts only 1 main window is possble. To create a main window in page, right click on form painter--->create window. To make this window as main window, Double click on this window --> ...
SAP Managed Tags: ABAP Development Hi Krishna, In smartforms you can create a node that holds ABAP code (Create -> Flow Logic -> Program Lines), define a global parameter in your form and in this node use regular ABAP to perform an authorisation check. Based on the result of the autho...