ABAP runtime errors Questions

1

ABAP Report Text ID FKK0 language EN not found
I’m having a problem with my program. I added the following code and I’m getting the below error from ‘FKK0’ can anyone help with my problem? *&— *& Form DISPLAY *&— * text *— * –> p1 text * <– p2 text *— form DISPLAY . CALL FUNCTION ‘READ_TEXT’ EXPORTING * CLIENT = SY-MANDT id [...]

Answer Question   |  January 20, 2011  12:02 AM
ABAP, ABAP runtime errors, ABAP-program
asked by:
5 pts.

Reading large volumes of PR00 Pricing Conditions
I am using the generated program RV13A073 to read PR00 conditions. My select range in parameter F003 (Materials) is 32000. This causes the program to fail with the error: DBIF_RSQL_INVALID_RSQL, exception: CX_SY_OPEN_SQL_DB. Is there another way of getting this volume of data from SAP PR00 (A073) condition table, a SAP function perhaps?

Answer Question   |  April 24, 2009  2:02 PM
ABAP runtime errors, PR00
asked by:
5 pts.

Qn related to module pools in abap.
whatdo mean by module pool programming? what are the advantages of using module pools? what are abap objects?can u please list out them?

Answer Question   |  May 31, 2008  4:26 AM
ABAP, ABAP runtime errors, Module Pool, SAP
10 pts.

FS10N error when trying to export
When trying to export the accumulative balance in FS10N I am running across the error: “Object to large for export” or ABAP run time errors: The termination occurred in the ABAP/4 program “SAPLFDBL ” in “GET_ALL_OR_OPEN”. The main program was “RFGLBALANCE “. The termination occurred in line 1748 of the source code of program “LFDBLF02 [...]

Answer Question   |  May 28, 2008  3:15 AM
ABAP, ABAP runtime errors, FS10N, Object to large to export, SAPLFDBL, short dump
asked by:
10 pts.

Basic transaction f-32 creating ABAP runtime errors
am trying to clear a customers account on the f-32 screen. I receive the following error on just a simple one for one clearing: “System error termination point_clearing balances” Error: Message : GLT0/000 Program : SAPLGLT0 Termination point : CLEARING_BALANCE I have had no luck with my local support and have no idea what to [...]

Answer Question   |  May 28, 2008  2:56 AM
ABAP runtime errors, F-32, SAPLGLT0
asked by:
10 pts.

1