Pier_1973
Participant
Member since ‎10-09-2013

User Statistics

  • 58 Posts
  • 0 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

Hello Everyone,Please can you help me with new abap code?I need to change values of some fields of an internal table depending other tables but i would achieve it without loop, because i have lots of record in my internal table.With old abap code I w...
Hi there, I have a table of string, this string has a tab | delimiter. For Example: row#1 has a string with 10 tab delimiter row#2 has a string with 3 tab delimiter row#n has a string with 8 tab delimiter I want create an excel with numbe...
Hi there, I would like to ask if is possible to read the content of a PDF with OCR directly on SAP. The PDF file is attached to mail in inbound folder (SOIN). In this PDF is written the purchase number and the position and I must catch these da...
Hello everyone, Could you please help me? I have an Internal table with huge items and many fields and I want collect some of those fields avoiding use of loop. I want to replace this instruction: Loop at <itab1> assigning field-symbols(<fs1>...
Hi all, Can you help me with Field Symbols? I have two Field Symbols declared type any table. I would like to remove data from first field symbol where these items aren't in the second field symbol. For Example: The Instruction: DELETE <f...