cancel
Showing results for 
Search instead for 
Did you mean: 

Using MTS

Former Member
0 Kudos

HI friends,

I am creating mobile time sheet application, for this I am using the existing function modules as CAT_MY_WAF_BOOTSTRAP and other such functions.

These functions takes in put in some a particular format.

These function expext us to pass data into three type of fields as

1. metaparameter

2. Metadetal

3. Grnericerecord

Now I am unable to find out as to what values should i pass to these fields.

Can anyone tell me, what values to pass in these fields to get the output.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Sandeep,

Do you found it? Actually we also working on the same thing but don't know the exact use of these function modules. Do you have any documentation on this? If you have please share with us.

Thanks in advance,

Saptak.

Former Member
0 Kudos

NO these are are the import parametrs of the function module..

Former Member
0 Kudos

hi,

Are these the export parameters of the FM?

regards

Arun

Former Member
0 Kudos

Hi Sivakumar,

what i actually wanted to know is.. what values should i pass from front end.

At frontend i use the function

outBoundContainer.add("param name", "param value");

now i have t o replace "param name" by metaparameter or metadetail or generic record. Now waht values shuold i pass in "param value" field.

Former Member
0 Kudos

Hi Sandeep!

Pl refer to the following ABAP Structures for the 3 parameters you are looking for in txn SE11 OR SE12.

1. Metaparameter- CATS_MY_STR_METAPARAMETER

(Meta-Parameters for Transfers with WAF)

2. Metadetail - CATS_MY_STR_METADETAIL

(Metadetail for Transfer with WAF)

3. Genericrecord - CATS_MY_STR_GENERICRECORD

(Values for Transfers using WAF)

Hope this helps!

Thx

Gisk