‎2008 Jan 03 7:30 AM
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.
‎2008 Jan 03 9:48 AM
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.
‎2008 Jan 03 9:48 AM
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.