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

BAPI_HELPVALUES_GET : is it possible to obtain table values?

antonio_rodriguez9
Participant
0 Likes
1,167

Hello.

do you know if i can get values from tables, for instance TVAK ( domina AUART) with this function ??

Which data i have to fill in function ???

Regards.

Antonio.

1 ACCEPTED SOLUTION
Read only

arseni_gallardo
Active Participant
0 Likes
785

Try this:

OBJTYPE = 'VBAK'

OBJNAME = 'VBAK'

METHOD = 'Copy'

PARAMETER = 'Documenttype'

The parameter HELPVALUES will give the list of document types and their description. Parameter VALUES_FOR_FIELD will give you just the document types.

Hello.

do you know if i can get values from tables, for instance TVAK ( domina AUART) with this function ??

Which data i have to fill in function ???

Regards.

Antonio.

3 REPLIES 3
Read only

arseni_gallardo
Active Participant
0 Likes
786

Try this:

OBJTYPE = 'VBAK'

OBJNAME = 'VBAK'

METHOD = 'Copy'

PARAMETER = 'Documenttype'

The parameter HELPVALUES will give the list of document types and their description. Parameter VALUES_FOR_FIELD will give you just the document types.

Read only

0 Likes
785

GREATTTT!!!!!!!

Thanks!!!

I get result.

But, how can obtain this values for other domain ??? for instance, types prices condition, types material, etc...

Best regardss.

Antonio.

Read only

ChandrashekharMahajan
Active Contributor
0 Likes
785

Hi,

I guess its not possible with BAPI_HELPVALUES_GET. This FM can only be used for BAPI parameters.

Thanks,

Chandra