September 2024

How can I Improve performance of Below code.

Hi,  As per my requirement i fetched multiple Queries, but while preparing final Internal table. Taking lot of time. One Scenario having 10 Days having 19k Records. Any possible way I Can improve the performance. * SORT lt_cdpos BY changenr.* SORT lt_user_addr BY bname.* SORT lt_usr21 BY bname.* SORT lt_adr6 BY persnumber.LOOP AT lt_cdhdr ASSIGNING FIELD-SYMBOL(<ls_cdhdr>).READ …

How can I Improve performance of Below code. Read More »

How can I Improve performance of Below code.

Hi,  As per my requirement i fetched multiple Queries, but while preparing final Internal table. Taking lot of time. One Scenario having 10 Days having 19k Records. Any possible way I Can improve the performance. * SORT lt_cdpos BY changenr.* SORT lt_user_addr BY bname.* SORT lt_usr21 BY bname.* SORT lt_adr6 BY persnumber.LOOP AT lt_cdhdr ASSIGNING FIELD-SYMBOL(<ls_cdhdr>).READ …

How can I Improve performance of Below code. Read More »

Issue with concatenate. No blanks at the end. RESPECTING BLANKS not working fully.

Hello everyone,i tried finding out the answer to this problem, but nothing helped. I wrote a program that is creating a .TXT file, and saving it to my local pc. The important part is that every row in the file MUST HAVE EXACTLY 60 characters. In every row there is 4 different data.  This is the sample code …

Issue with concatenate. No blanks at the end. RESPECTING BLANKS not working fully. Read More »

Issue with concatenate. No blanks at the end. RESPECTING BLANKS not working fully.

Hello everyone,i tried finding out the answer to this problem, but nothing helped. I wrote a program that is creating a .TXT file, and saving it to my local pc. The important part is that every row in the file MUST HAVE EXACTLY 60 characters. In every row there is 4 different data.  This is the sample code …

Issue with concatenate. No blanks at the end. RESPECTING BLANKS not working fully. Read More »

How to query a customer’s credit exposure data through the interface

In APP Display Credit Exposure, the value of the field Credit Exposure Total for querying customers (P0000004) is 14077.79, and the third-party platform used by the customer wants to query the information of this field through the interface, and now the interface for querying in the system I_CreditExposureItem is not opened, how to open the …

How to query a customer’s credit exposure data through the interface Read More »

How to query a customer’s credit exposure data through the interface

In APP Display Credit Exposure, the value of the field Credit Exposure Total for querying customers (P0000004) is 14077.79, and the third-party platform used by the customer wants to query the information of this field through the interface, and now the interface for querying in the system I_CreditExposureItem is not opened, how to open the …

How to query a customer’s credit exposure data through the interface Read More »

CL_ABAP_CHAR_UTILITIES=>CR_LF hex value 0d not printed in adobe form QR code

Hello. Our Invoice form has a QR code and CL_ABAP_CHAR_UTILITIES=>CR_LF is concatenated to the barcode string to trigger a carriage return and line feed in between the barcode fields. On debug mode CL_ABAP_CHAR_UTILITIES=>CR_LF shows hexadecimal value 0D000A00 and it is still present in the concatenated string (hex value = 0033003100300D000A00390032003), but when the QR code printed …

CL_ABAP_CHAR_UTILITIES=>CR_LF hex value 0d not printed in adobe form QR code Read More »

CL_ABAP_CHAR_UTILITIES=>CR_LF hex value 0d not printed in adobe form QR code

Hello. Our Invoice form has a QR code and CL_ABAP_CHAR_UTILITIES=>CR_LF is concatenated to the barcode string to trigger a carriage return and line feed in between the barcode fields. On debug mode CL_ABAP_CHAR_UTILITIES=>CR_LF shows hexadecimal value 0D000A00 and it is still present in the concatenated string (hex value = 0033003100300D000A00390032003), but when the QR code printed …

CL_ABAP_CHAR_UTILITIES=>CR_LF hex value 0d not printed in adobe form QR code Read More »

Scroll to Top