Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

field catalog for dynamic internal table?

former_member194669
Active Contributor
0 Likes
834

How to create a field catalog for dynamic internal table?

I need to create a field catalog for dynamic internal table, I need to create a field catalog with structure LVC_T_FCAT and not for <b>SLIS_T_FIELDCAT_ALV</b>.

I know how to create field catalog for dynamic internal table using fm REUSE_ALV_FIELDCATALOG_MERGE., but this function module will return the field

catalog with structure SLIS_T_FIELDCAT_ALV.

Thanks

aRs

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
697

Hello

In case that you need to convert between these two structures you can use function modules <b>LVC_TRANSFER_FROM_SLIS</b> and <b>LVC_TRANSFER_TO_SLIS</b>.

Regards

Uwe

How to create a field catalog for dynamic internal table?

I need to create a field catalog for dynamic internal table, I need to create a field catalog with structure LVC_T_FCAT and not for <b>SLIS_T_FIELDCAT_ALV</b>.

I know how to create field catalog for dynamic internal table using fm REUSE_ALV_FIELDCATALOG_MERGE., but this function module will return the field

catalog with structure SLIS_T_FIELDCAT_ALV.

Thanks

aRs

3 REPLIES 3
Read only

Former Member
0 Likes
697

Hi,

Try to use the FM LVC_FIELDCATALOG_MERGE

Thanks,

Naren

Read only

former_member194669
Active Contributor
0 Likes
697

Thanks Naren,

That works!!!

aRs

Read only

uwe_schieferstein
Active Contributor
0 Likes
698

Hello

In case that you need to convert between these two structures you can use function modules <b>LVC_TRANSFER_FROM_SLIS</b> and <b>LVC_TRANSFER_TO_SLIS</b>.

Regards

Uwe