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

Неправильные параметры при вызове ФМ



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> Bugs | Ошибки и особенности разных версий
View previous topic :: View next topic  
Author Message
Armann
Модератор
Модератор



Joined: 01 Jan 2008
Posts: 422
Location: Moscow

PostPosted: Thu Feb 07, 2008 12:03 pm    Post subject: Неправильные параметры при вызове ФМ Reply with quote

Рассмотрим пример:
Code:

 DATA: E_BKPF LIKE BKPF,
       FM_NAME(20) TYPE C VALUE 'READ_DOCUMENT_HEADER'.

 CALL FUNCTION 'READ_DOCUMENT_HEADER'
   EXPORTING
       BELNR = BELNR
       BUKRS = BUKRS
       GJAH = GJAHR
   IMPORTING
       E_BKPF = E_BKPF.

Как видно, при вызове ФМ я ошибся в названии необязательного параметра GJAHR. Что происходит при выполнении программы:
- в версии ядра 4.0 такой параметр игнорируется, система делает вид что ничего особенного не происходит, ФМ работает с параметром GJAHR с значением по умолчанию
- как минимум с версии ядра 6.20 программа уже будет падать в дамп, сообщая о несоответствии параметров. Но при косвенном вызове ФМ, например если строку 'CALL FUNCTION 'READ_DOCUMENT_HEADER'' заменить на 'CALL FUNCTION fm_name' - проверки необязательных параметров опять не происходит и поведение системы аналогично версии 4.0

Так что, товарищи, будьте осторожны - такая особенность может обернуться как полезностью, так и прилетевшими граблями
Back to top
View user's profile Send private message Blog
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> Bugs | Ошибки и особенности разных версий 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.