DATA: lv_i type i,
lv_text type string,
lv_perc type i.
PARAMETER : p_number TYPE i DEFAULT 50000.
START-OF-SELECTION.
DO p_number TIMES.
add 1 to lv_i.
lv_text = lv_i.
lv_perc = lv_i * 100 / p_number.
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
PERCENTAGE = lv_perc
text = lv_text.
ENDDO.
BREAK-POINT.
end-OF-SELECTION.
примерно > 14000 отработки ФМ. Окно SAP GUI исчезает потом после обработки останавливаться в BREAK-POINT. Потом дамп после нажатия F8.
По дампу
Probably the only way to eliminate the error is to correct the program.
-
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"MESSAGE_TYPE_X" " "
"SAPLEDITOR_START" or "LEDITOR_STARTU04"
"EXECUTE_FUNCTION"
If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:
1. The description of the current problem (short dump)
To save the description, choose "System->List->Save->Local File
(Unconverted)".
2. Corresponding system log
Системная среда
SAP Release..... 702
SAP Basis Level. 0011
SAP kernel....... 720
created (date)... "Mar 20 2012 14:30:39"
create on........ "NT 5.2 3790 S x86 MS VC++ 14.00"
Database version. "SQL_Server_9.00 "
Patch level. 201
Patch text.. " "
Database............. "MSSQL 9.00.2047 or higher"
SAP database version. 720
Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
NT 6.0, Windows NT 6.1, Windows NT 6.2"
Memory consumption
Roll.... 0
EM...... 8379584
Heap.... 0
Page.... 40960
MM Used. 6042480
MM Free. 2334208
Попробовал на разных GUI 740 - 730 тоже самое поведение. _________________ Начинаюший ABAP-er
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.