Application Development 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: 

Run time error when using time stamp in BAPI_QTASRVAPS_SAVEMULTI2 APO

Former Member
0 Kudos

Hello every one,

           I have requirement in APO to create quota using BAPI  BAPI_QTASRVAPS_SAVEMULTI2 .


I tested this BAPI in SE37  with mandatory and required field values. It's working as expected.

When i pass the same value in report, im getting run time 


error CALL_FUNCTION_CONFLICT_TYPE Exception CX_SY_DYN_CALL_ILLEGAL_TYPE for the field val_from and val_to.

Below are my values i'm using:

   val_from = 20.110.201.000.000

    val_to   = 21.001.130.235.959

P.S : I had declared the fields with data element as in table /SAPAPO/TRQTAH .

Can any one suggest how to overcome this.

Thanks in Advance,

PriyaChandran

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Issue fixed.

Declared val_from and val-to type as string.

Thank yo all.

1 REPLY 1

Former Member
0 Kudos

Issue fixed.

Declared val_from and val-to type as string.

Thank yo all.