Hello,
In an ABAP program, I am able to generate an Excel file template, but I want one of its columns to present a drop-down list of values. How can I achieve this functionality.
Thanks
Hi,
I want to select a file from the presentaion server through a custom transaction defined in the Transaction launcher,
and the cl_gui_frontend_services class does not allow to select files from the WEB UI. Is there an equivalent to this class...
Hi,
I need to add a new button be next to the More button ( in the green box) and not in drop down.
Because when I add the new button, it goes away in the list of the MORE button.
How to solve this problem ?.
Thanks.
Hi,
When I want to save the entry of the address fields, only the 4 standards fields: City, Province/country and Postal code are saved and not the two custom fields: Address line1 and address line 2, which become cleared.
The problem only occurs ...
Hello,
In node:Header and StandardAddress context, Address autocomplete does not detect the change on a field unless I press ENTER while having focus on the field itself.
But in this case the changes on the fields will be lost.
If I press SAVE ...
Hello,Here's how I did it in my situation:1- Reading the encrypted file in binary mode 2-CALL FUNCTION 'SCMS_XSTRING_TO_BINARY' to convert the xstring content read in step 1 into an SSFBIN type table3-To decrypt: CALL FUNCTION 'SSF_KRN_DEVELOPE' . He...
Hello,I managed to achieve this functionality for the SAP GUI using OLE2 functions, but not successful for the SAP GUI HTML, looks like the OLE2 functions are not suitable for HTML. Is there another way to achieve this dropdown functionality that wou...