luscruz
Participant
Member since ‎2006 Oct 23

User Statistics

  • 158 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi, I need to send a variable in a sql statement that can be null in some cases. How can I send that? Here is an example code: lv_date = COND #( WHEN lv_test EQ 'ABC' THEN |2023-11-13 00:00:00 AM| ELSE |NULL| ). EXEC SQL. UPDATE [Table] S...
Hi all, I need to create a dynamic internal table with all the fields of a structure/table and one field of type LVC_T_STYL. Imagine the following simple program: PARAMETERS: p_tab TYPE dd02l-tabname DEFAULT 'SYST'.DATA: lo_table TYPE REF ...
Hi gurus,Our company have a request to bill to some costumers two times in each month (day 1 to 15 and 16 until end of month) with a Sales-Based report.Is there any way to do that?In transaction RECN i'm trying to set up a Sales-Based Agreement, but ...
Hi all,We have Netweaver 7.0 Enhancement Package 0 and we are planning to upgrade to 7.3, but I have some doubts:- Is it possible to upgrade directly from 7.00 to 7.3? Or is it necessary to have 7.01?- All the printscreens I found on internet have NW...
Hi all,Is there any BAPI to change trips?The function HRTRV_IF_MODIFY_TRIP doesn't work for me, since it doesn't use BADI TRIP_IMP_EXP, and SAP will not change that function, beacause it's not released.I need a function that uses BADI TRIP_IMP_EXP, s...
Kudos given to