Application Development 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: 

Checkbox in formal & actual parameter (to build fieldcatalog)

divsmart
Participant
0 Kudos

fieldcat.txtHi ,

I need to display an 'checkbox and edit option using LVC_S_fieldcat' .. i now on simple buildcatalog as below:

wa_fcat-checkbox = 'X'.

wa_fcat-edit = 'X'. But , "" How to build the fieldcatalog using "Formal and actual parameters as in attached attachment""".

I have seen in SDN but no any example on it..

Regards,

Senthil

5 REPLIES 5

mateuszadamus
Active Contributor

Hello divsmart

I fail to understand the question. What is it you're asking about? What do you want to do?

Please use "Comment" button to provide more information.

Kind regards,
Mateusz

Sandra_Rossi
Active Contributor
0 Kudos

Do you know that "formal and actual parameter" has a very precise meaning in ABAP, and I don't understand any other meaning in your context? Could you clarify please?

divsmart
Participant
0 Kudos

Hello mateuszadamus.

I need to display an checkbox and edit the value in my ALV-output...

I now to using in below way:

wa_fcat-checkbox = 'X'. (Using Types:pools-slis).

but as attachment attached i need to display using LVC_S_FCAT (struture) how to do in that way?

Senthil

Sandra_Rossi
Active Contributor

Can you clarify again please? It seems that you repeated your initial question without adding any additional information.

divsmart
Participant
0 Kudos

Please close the thread.. got the answer....