I have made a modification in a GUI Status (TDR_FULL, Function Group STRH, Transaction Code is SE01 > Display List) and activated it but the added function doesn't show up even if I test it directly via Menu > User Interface > Test... (Dynpro 0700). ...
I have to restart a RF transaction to be able to clear all dynpro screen values automatically. I tried the following options already:
1) Clearing all input fields via the changing structures:Unfortunately the dynpro screen values are not being upda...
I have defined a dynpro screen 1000 like this:
But if I execute this in SAP GUI 770.1.4.1161 the screen is being shown like this:
It looks like label texts have been aligned right (see yellow marked spaces): How can I change the alignment t...
Imagine a source code like this where we first sort an internal table and directly after that group by:
SORT lt_data_aqua BY lgtyp lgber.LOOP AT lt_data_aqua ASSIGNING FIELD-SYMBOL(<ls_data_aqua>) GROUP BY <ls_data_aqua>-lgber ASSIGNING FIELD-SY...
A queue entry regarding an inbound delivery sent from ERP to EWM has been deleted by mistake. Is it possible to recover or resend the related message? If so, how?
Thanks in advance for your help!
I added the function to the menu bar and it's being shown but greyed out:I think maybe the reason why it's being greyed out is also the reason why it's not being shown in the application toolbar..Same problem appears if I copy the gui status. Clearin...
For those searching for the answer: If - in this case MANDT - is not part of the unique/non-unique key components, the error mentioned in the question is being thrown by SAP. To solve this also include the field to the key components.Example:TYPES t_...
In my case the dump appeared due to reference data within the global content table not being filled/referenced though fieldcatalog stated the field to be displayed.E.g. fieldcatalog with field "instance" of type of a class and content table didn't su...
Hi, if one sets the inter-transaction flow to "3 - Same Transaction" and the function code to CMPTRS the transaction is restarted and therefor all values are cleared and screens reinitialised.I used set_ltrans_simu for my use case so no extra rf sess...