SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

SAPGUI_PROGRESS_INDICATOR bug.



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP
View previous topic :: View next topic  
Author Message
sergiucz
Специалист
Специалист


Age: 41
Joined: 17 Feb 2012
Posts: 62

PostPosted: Mon Jul 11, 2016 3:37 pm    Post subject: SAPGUI_PROGRESS_INDICATOR bug. Reply with quote

добрый день господа. Заметил bag в этом ФМ.

Code:
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

Application server... "XXXXXXXXXXXXX"
Network address...... "XXXXXXXXXXXX"
Operating system..... "Windows NT"
Release.............. "6.1"
Hardware type........ "8x AMD64 Level"
Character length.... 16 Bits
Pointer length....... 64 Bits
Work process number.. 18
Shortdump setting.... "full"

Database server... "XXXXXXX"
Database type..... "MSSQL"
Database name..... "XXXX"
Database user ID.. "XXXX"

Terminal.......... "XXXXXX"

Char.set.... "C"

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
Back to top
View user's profile Send private message
bimit
Специалист
Специалист



Joined: 11 Jul 2011
Posts: 56

PostPosted: Wed Jul 20, 2016 1:32 pm    Post subject: Reply with quote

Запустил программку дампа не увидел Rolling Eyes
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
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.