Hi Abap guru,
I need to loop the internal table where the racct in a certain range, but it will take a lot of code if i hard coded every single range. I'm new to abap so i don't know if its possible or not. Here's my code :
DATA: r_range1 TYPE...
Hi ABAP guru.
I apologize in advance if my English is not perfect, but I am in need of some assistance with a problem that I have been facing in the enhancement section of the standard program.
The standard program for crud maintenance order has ...
Hi Sandra,I wanted to have a dynamic IN condition for example:LOOP AT (an internal table) INTO (work area) WHERE (the account number of the data looped) IN (range) --> i wanted this to be dynamic so i don't need to code for different 20+ rangeSo i ca...
Hi FredericI change the maintenance order and the message showing "Order [order_number] saved with notification [notification_number]".I also set several session breakpoints in the function builder source code before saving the maintenance order.