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

Is there any function module which can search and pull values from class??

Former Member
0 Likes
518

Hi all,

I need to search for values in class ZEHS_DATA

and pull in value for characteristics

ZEHS_PLANT

ZEHS_RELEVANT

with conditions like:

Eliminate materials where ZEHS_RELEVANT = N for next steps, however display what was found,

With EMG for delivery items and ZEHS_RELEVANT = Y pull all fields from table

ZEHS_DATA is having fields like:

ZEHS_FORM

ZEHS_PLANT

ZEHS_RELEVANT etc,

Can any one tell me if there is any function module that can be of help?

Regards:

Debrup.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
483

Hi Debrup

Have you tried :

CLAF_CLASSIFICATION_OF_OBJECTS

BAPI_CLASS_CHARVALUE_READ_ALLO

Regards

Neha

Edited by: Neha Shukla on Dec 2, 2008 10:39 PM

3 REPLIES 3
Read only

Former Member
0 Likes
483

Hi

Are you sure that this data is from class?

What is the standard class which you had used to make your Z class?

Regards

Raj

Read only

Former Member
0 Likes
484

Hi Debrup

Have you tried :

CLAF_CLASSIFICATION_OF_OBJECTS

BAPI_CLASS_CHARVALUE_READ_ALLO

Regards

Neha

Edited by: Neha Shukla on Dec 2, 2008 10:39 PM

Read only

0 Likes
483

Hi Neha,

I am trying to use

CLAF_CLASSIFICATION_OF_OBJECTS

can you tell me what should be the inputs in this FM and how does this FM work?

Thanks,

Debrup.