google-code-export / zaplink

Automatically exported from code.google.com/p/zaplink
1 stars 0 forks source link

Importing empty Function leads to compilation errors #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Export function group with a function without any code in function module 
(keep default comment)
2. Change function group name and function name in container file
3. Import again

What is the expected output?
Function group and Function module is copied

What do you see instead?
Compile error like this one :
FUNCTION ZGPL_DO_NOTHING.
*"--------------------------------------------------------------------
*"*"Update Function Module:
*"
*"*"Local Interface:
*"--------------------------------------------------------------------
FUNCTION ZGPL_DO_NOTHING.
*"----------------------------------------------------------------------
*"*"Update Function Module:
*"
*"*"Local Interface:
*"----------------------------------------------------------------------
ENDFUNCTION.

ENDFUNCTION.

Original issue reported on code.google.com by taryck%b...@gtempaccount.com on 11 Jan 2011 at 11:06

GoogleCodeExporter commented 9 years ago
Fixed with changeset : 
https://code.google.com/p/zaplink/source/detail?r=5f755a51e8ae4b999019067172182c
70a1a27ec5

Original comment by taryck%b...@gtempaccount.com on 11 Jan 2011 at 11:24