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: 

How to use FM K_COEP_INSERT

Former Member
0 Kudos

Hi Gurus,

Anybody know how to use function module K_COEP_INSERT?

Please advise.

Regards,

Ari

4 REPLIES 4

former_member387317
Active Contributor
0 Kudos

Hi ari harsyanto,

CALL FUNCTION 'K_COEP_INSERT'
  EXPORTING
    epskz    = ' '
    vrgng    = 'COIN'
  TABLES
    cobk_tab = t_cobk
    coep_tab = t_coep.

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

0 Kudos

What the meaning of 'COIN'. Please help to explain.

Regards,

Ari

0 Kudos

Hi ari harsyanto,

'COIN' is the value for VRGNG

VRGNG ==> CO Business Transaction

Better Ask to Functional Consultant for what can be given for the value of VRGNG (CO Business Transaction) for ur requirement...

Have a look on COBK (CO Object: Document Header) Table

Also open SE37 and display the FM K_COEP_INSERT

Now Put the cursor on K_COEP_INSERT and press Where Used List button (Ctrl + Shift + F3) and check programs checkbox ... U will get many examples over there where the FM K_COEP_INSERT has been used....

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

Former Member
0 Kudos

Hello

1. SE37

2. Type K_COEP_INSERT into screen field

3. Ctrl + Shift + F3