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

using function module :TRIP_READ_TABLE_T706F

Former Member
0 Likes
382

Hi all,

I am using function module TRIP_READ_TABLE_T706F.

however the only value that I can populate is (denoted by demo-value):

PROVISION_VARIANT : demo-value

TRIP_TYPE_STATUTORY

TRIP_ACTIVITY

COUNTRY

REGION

TRIP_TYPE_ENTERPRISE

VEHICLE_TYPE : demo-value

REIMBURSEMENT_GROUP

VEHICLE_CLASS : demo-value

PERIOD_PARAMETER

KM_LIMIT 00

KM_DATE

TRIP_BEGIN_DATE : demo-value

TRIP_END_DATE : demo-value

HOME_COUNTRY

CUMULATION_PERIOD_TYPE

WITH_USER_EXITS (optional)

Rest all values are not available at all.

with all these values not optional. How can use this F M to get the value of the export parameters ?Is there any other FM that you can suggest or i have to use SELECT statements on the table T706F?

all answers would be rewarded.

1 REPLY 1
Read only

Former Member
0 Likes
342

Hi,

If your are not sure which values to be passed.

Try to have a SELECT on this table and put into an Internal table then pass this respective table fields values to the FM parameters.

Or in SE37 run this FM first by considerieng one entry from the Table T706F and cehck the results. Then you will come to know wat values to be passed. then do the same in the program by calling this FM.

If you can cehck this Fm, all the parameters are referring to the T706F table only.

Thanks & Regards,

Chandralekha.