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

pop to select fields

Former Member
0 Likes
968

hai,

parameters: table.

ex: table = vbak.

i want to get the field name and desc of it . from that table

we all see in abap query .

when we enter vbak

it gives fields name to select

do u have any function module for selecting fields from resptive table

plz urgent.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
923

Hi Shravan,

Use this FM

CACS_GET_TABLE_FIELDS

Reward if useful!

Hi Shravan,

Use this FM

CACS_GET_TABLE_FIELDS

Reward if useful!

5 REPLIES 5
Read only

Former Member
0 Likes
924

Hi Shravan,

Use this FM

CACS_GET_TABLE_FIELDS

Reward if useful!

Read only

0 Likes
923

can u give with example plz

Read only

Former Member
0 Likes
923

Hi,

you can also use function module 'NAMETAB_GET' to get field names

of the particular table

or try FM REUSE_ALV_FIELDCATALOG_MERGE

to get all the fields for a table

Read only

Former Member
0 Likes
923

hi

use the function module

<b>POPUP_TO_DISPLAY</b>

IT WILL WORK FOR U DEFINITELY

regards

ravish

<b>plz dont forget to reward points if helpful</b>

Message was edited by:

ravish goyal

Read only

Former Member
0 Likes
923

MARK