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
966

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
921

Hi Shravan,

Use this FM

CACS_GET_TABLE_FIELDS

Reward if useful!

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.

5 REPLIES 5
Read only

Former Member
0 Likes
922

Hi Shravan,

Use this FM

CACS_GET_TABLE_FIELDS

Reward if useful!

Read only

0 Likes
921

can u give with example plz

Read only

Former Member
0 Likes
921

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
921

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
921

MARK