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: 

BAPI For O4TEN

jitendra_it
Active Contributor
0 Kudos

Hi Folks,

In forums, I got FM for tcode O4TEN ,FM is 'OIJ_EL_A_TICKETS_MAINTAIN_N' but when i execute it , it returns nothing.

So I am unable to find what are errors if any or what is ticket no. generated ?

Thanks

Jitendra

4 REPLIES 4

Former Member
0 Kudos

Try the below thread.

0 Kudos

Hi ,

I have already checked that.

0 Kudos

Hi Jitendra,

Why dont you use BDC for this?

In BDC recording you have to pass Continue after commit. This will create the ticket. after that you can check the parameter id OIU to find which ticket has been created. and Query on table OIJ_EL_ERROR_LOG with ticket key to find if there are any errors.

Hope this helps.

With regards,

Vamsi

Former Member
0 Kudos

Hi Jitendra,

Check if you have marked the parameter IV_COMMIT = 'X', to commit the transaction. Is the parameter ET_RETURN initial after the function call?

Also, set the flag IV_ADD_TO_LOG to 'X' to check if any log gets generated and use OIJ_TKT_LOG_DB_LOAD to read the log.

If this doesn't help, I would suggest you to debug the funciton module to check how it is progressing.

Regards,

Shyam