former_member2492
Active Participant
Member since ‎08-29-2018

User Statistics

  • 321 Posts
  • 12 Solutions
  • 89 Kudos given
  • 17 Kudos received

User Activity

I am in me9L and trying to print a smartform however it doesnt print,when I switch on sftrace it gives me this error: and the footer has this problem: can anyone help me identify this problem where is the problem ?
Greetings, I am in include RV60AFZC, in FORM USEREXIT_FILL_VBRK_VBRP. I am trying to append a record to xvbpa[] table,which exists when I enter in debug(test it in vf01) but when I try to append in my enhancement point, it does not exist. Does...
I am in user exit USEREXIT_FILL_VBRK_VBRP and I want to insert into a record in vbpa but for a different partner: Select SINGLE *from vbpawhere vbeln eq @vbrp-vbelnINTO table @data(lt_vbpa). READ TABLE lt_vbpa INTO data(ls_vbpa) with key parvw =...
I have the following loop: FIELD-SYMBOLS: <fs_data> type any, <gt_data> type standard table LOOP AT <gt_data> ASSIGNING <fs_data>. ENDLOOP. How can I get the values in <fs_data> and append them to an internal tab...
Greetings, I'm trying to upload an xlsx file using the following code, my excel has 3 rows 3 columns ,the last column has a long text and is empty in gt_data.,it does not get populated.only the last column. Can someone help me? DATA : lo_ex...