shwetha_hs
Employee
Employee
Member since ‎11-13-2007

User Statistics

  • 106 Posts
  • 10 Solutions
  • 6 Kudos given
  • 6 Kudos received

User Activity

Hello Experts,My code for search help on field "ZTZONE" goes like this(which does not work)method GET_V_ZTZONE.   DATA:        valuehelp_descr TYPE REF TO cl_bsp_wd_valuehelp_f4descr,        ls_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_map...
Hi,I am coming across a strange dump. My code is like this.*****************************************Function A.*"----*" CHANGING*" REFERENCE(par1) TYPE bus_ei.*"----call function B changing par1 = par1.*****************************************...
Hello,I have a following requirement for example:Table: 'TADD' has 2 componets and below data:AdressID Moveid 001 002 003 003 001002 address makes a move to 003 and 003 makes a move to 001. I need to make the check in t...
Subject modified by moderator. Please try to make it meaningful in futureHi,Say there are 2 system A and B, connected through RFC. From A, I want to query a table of B. How do I do it? Can I do it through the direct Select statement?Thanks for your ...
Hi,I get the ASSIGN_CASTING_ILLEGAL_CAST dump when i execute the statement ASSIGN i_data TO <FS> CASTING.The statement works fine with the same data in UNICODE enabled system. But it dumps in the unicode disabled system. What could be the problem her...