Hello Experts.
I am trying to create a simple dynamic where clause with the addition of for all entries, but I am new to the concept and kind of stuck.
LOOP AT c_tab ASSIGNING FIELD-SYMBOL(<fs>).
IF i_fieldname = 'MATNR'.
...
Hello experts. I got a very strange topic that I am having trouble with.
Here is the problem: I need to do a dynamic select on multiple tables based on field matnr. Inside i_data I got user provided articles with type mara-matnr. Some of the tables...
Hello,So I got an odata service select. It works, but the problem is with the paging. This is the select:
SELECT a915~lifnr AS vendor,<br> a915~matnr AS erpnumber,<br> a915~datbi AS validto,<br> a915~datab AS valid...
So I am using cl_salv_table=>factory alv to display some data in an internal table to a user.
At the selection screen the user has the option to fill in a language parameter.
So for example if a user is logged with EN language, but fills DE for t...
Hello,
I am having an issue with the alternative payee field on BP side not being filled out after being passed down via transaction drfout.
I will attach a part of the original xml that I got.
How should I approach this issue, where e...
Thank you for your comment. You see, the whole idea of this report is to show the user some data via alv. The thing is, that i am using the old alv - cl_gui_alv_grid. This screen 0100 is actually a container for my alv display, so I call it to displa...
Thanks for the reply. Yes, i'm positive i'm using the correct transaction type. Upon hitting f8 initially i reach my selection screen. Upon entering data there and hitting execute a second time, it closes and doesn't let me proceed.