mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:16:14 +08:00
Fix in demo 11: Field-symbol usage (#712)
Do not rely on IF ... IS ASSIGNED for a field symbol inside a LOOP
This commit is contained in:
parent
482d04b1b3
commit
719fe85ef8
|
@ -147,7 +147,7 @@ START-OF-SELECTION.
|
||||||
ASSIGNING <relationship_address>
|
ASSIGNING <relationship_address>
|
||||||
WITH KEY standardaddress = 'X'.
|
WITH KEY standardaddress = 'X'.
|
||||||
|
|
||||||
IF <relationship_address> IS ASSIGNED.
|
IF sy-subrc = 0.
|
||||||
" Read Relationship Address
|
" Read Relationship Address
|
||||||
CLEAR addressdata.
|
CLEAR addressdata.
|
||||||
CALL FUNCTION 'BAPI_BUPA_ADDRESS_GETDETAIL'
|
CALL FUNCTION 'BAPI_BUPA_ADDRESS_GETDETAIL'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user