We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi!
i try call transaction with multiple option in select option fields.
my code:
EWHEN 'DETAILS'.
DATA: bdcdata TYPE TABLE OF bdcdata,
ls_bdcdata TYPE bdcdata.
ls_bdcdata-program = '/ILG/HR_RLE_PAYR_REP'.
ls_bdcdata-...
hi !
i have 2 tables and I need merge it to 1 table.
table 1 - sales data.
table 2- contact data.
if have more contact row from sales row - I need duplicate the latest sale row and merge the contact data row.
example:
THANKS!
Hello everyone,
I get this error when I try to use "AS" with && expressions with for-all-enteries. I need union two fields.
error-as.png
Is there an alternative?
thanks.
HI All,
this is my screen :
and I want the field "Sales Organization" be required (obligatory) only if the first radio button (RB_BYSAL) selected.
screen code:
SELECTION-SCREEN BEGIN OF BLOCK by_Sales_field WITH FRAME.
PARAMETERS rb_bysal...
hi all,
i'm Software developer, and now i learn abap for do task in my work.
TL:DR - problem with loop table in another table with dynamic fields.
THE PROBLEM:
i have 2 tables like this:
TABLE 1: HR table with many colums and row..
TABLE...
Finally, i Used Submit Report. and it's work, and it's short. WHEN 'DETAILS'.
DATA: r_numer TYPE RANGE OF /ilg/num4intf_payr_rle,
r_numer_line LIKE LINE OF r_numer,
ls_ses TYPE /ilg/mm_ses_natser_maint,
...