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

function module

Former Member
0 Likes
448

Hi experts,

Is any function module to read material description instead of using select query ?

Rewards will be awarded.

Thank u.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
425

Hi

Fun modules are used to avoid complex selections of data from database tables

Where as we can easily get the description of Material from MAKT by writing a single select with the MATNR field

I don't think there is a fun module for it, but anyhow

Search in SE37 by giving MATDESC* for the fun modules

Reward points for useful Answers

Regards

Anji

4 REPLIES 4
Read only

Former Member
0 Likes
426

Hi

Fun modules are used to avoid complex selections of data from database tables

Where as we can easily get the description of Material from MAKT by writing a single select with the MATNR field

I don't think there is a fun module for it, but anyhow

Search in SE37 by giving MATDESC* for the fun modules

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
425

Hi you can use

MAKT_SINGLE_READ

Points if useful

Regards,

gaurav

Read only

Former Member
0 Likes
425

hi murugan,

just try this FM '/GCDSMIC/BLP_MATERIAL_GET_DET'.

regards,

seshu.

Read only

Former Member
0 Likes
425

hi,

check this fm BAPI_RETAILSITE_GETMATGROUPS.