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: 

Cost Center Postings

Former Member
0 Kudos

guyz,

actually my requirement is total postings on a particular cost center which should match with KSB1 tcode....

i tried with COVP table but unable to match the amounts for particular cost center/bukrs/gjahr..... i'm sure i'm counting extra lines in covpb... need ur help in finding this selection criterion....

actually if anyone can suggest a BAPI or FM, that wud be really appreciated....

thanks in advance

Message was edited by:

Kasu

Message was edited by:

Kasu

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

This FM <b>K_LINE_ITEMS_SELECT</b> or <b>K_LINE_ITEMS_SELECT_AND_LIST</b> might helps you..!

Regards,

Naimesh Patel

5 REPLIES 5

naimesh_patel
Active Contributor
0 Kudos

This FM <b>K_LINE_ITEMS_SELECT</b> or <b>K_LINE_ITEMS_SELECT_AND_LIST</b> might helps you..!

Regards,

Naimesh Patel

0 Kudos

i already saw that...but as i'm looking for quick turnaround for my solution, dont have time for debuggign that fm.... i think i found how to restrict COVP table to match with KSB1 transaction code.....thanks anyways

Former Member
0 Kudos

Hi kasu,

try to look into COEP.

Regards, Dieter

Sorry kasu, you mentioned:

dont have time for debuggign that fm

Do you think the other member of this Forum have time

to do it for you??

Regards, Dieter

Message was edited by:

Dieter Gröhn

0 Kudos

defnitely NOT.... just in case if someone remembers (out of his /her own experience), they can share that info, which is the main purpose of this forum....

thanks for your time....

0 Kudos

you need to use access these tables:

AUFK - get the Order and Object number

COSP - Amount line items for the object number from AUFK

COEP - to get the doc numbers based on the object number

COBK - dates for the selected documents

Regards,

Naimesh Patel