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-urgent

Former Member
0 Likes
347

hi all,

how do we check standard bapi BAPI_HELPVALUES_GET whether it retrieves all Parameter ids or not? Based on our test results.

this is i given after execution of bapi.

objtype =user,

method=getdetail,

parameter=parameter,

field=parid.

regards,

msrinu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
319

Hi srinivas.

call function BAPI_HELPVALUES_GET

ObjType 'BUS1065'

ObjName 'Employee'

Method 'GetList'

Parameter 'PersonalData'

Field 'National'

MaxOfRows '0'

DescriptionOnly 'X'

you will get those f4 values.

regards,

rakesh.

1 REPLY 1
Read only

Former Member
0 Likes
320

Hi srinivas.

call function BAPI_HELPVALUES_GET

ObjType 'BUS1065'

ObjName 'Employee'

Method 'GetList'

Parameter 'PersonalData'

Field 'National'

MaxOfRows '0'

DescriptionOnly 'X'

you will get those f4 values.

regards,

rakesh.