on 2024 Jun 14 5:37 AM
In ECC
CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
EXPORTING
i_program_name = v_repid
i_internal_tabname = 'GT_OUTDATA'
i_inclname = v_repid
CHANGING
ct_fieldcat = v_fieldcat[]
EXCEPTIONS
inconsistent_interface = 1
program_error = 2
OTHERS = 3.
In Ecc i am Getting the Field CatLog Value's where i am Passing the GT_outdata as the internal table for getting Column name in v_fieldcat internal table.
Same Process i am doing in S4 But I am not Getting the values in V_fieldcat....
In S4
CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
EXPORTING
i_program_name = v_repid
i_internal_tabname = 'GT_OUTDATA'
i_inclname = v_repid
CHANGING
ct_fieldcat = v_fieldcat[]
EXCEPTIONS
inconsistent_interface = 1
program_error = 2
OTHERS = 3.
Can anyone explain What will be the issue Insted of Passing Structure in Filed catalog merge Fm I need to pass Internal table only...
Any Suggestion???
Request clarification before answering.
Hi,
Can you check the field in GT_OUTDATA structure is defined using TYPE or LIKE?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 31 | |
| 17 | |
| 16 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.