SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

DFKKOP Table entry

rajesh_vasudeb
Participant
0 Kudos

Dear Friends,

Invoice raised is coming summarised as a single Line item entry by Main/Sub 100/20 in DFKKOP Table. Can anyone tell me how to make it appear in DFKKOP Table as individaul line items as 100/01,02,03 etc .

Any change in settings to stop it coming as a summarised line entry.

Thanks in advance

Regards,

Rajesh Vasudev.

2 REPLIES 2

william_eastman
Advisor
Advisor
0 Kudos

Vasudev:

Please search the forum before posting. There you would find thread with this question and answer.

regards,

bill.

Former Member
0 Kudos

Hi,

Try this to obtain details of the records found in the header of documents:

SELECT dfkkkofikey dfkkkoblart dfkkkobudat dfkkkoxblnr

dfkkopopbel dfkkopbukrs dfkkop~augbl

dfkkophvorg dfkkoptvorg dfkkop~betrh

INTO TABLE it_data

FROM dfkkko

INNER JOIN dfkkop ON dfkkopaugbl EQ dfkkkoopbel

WHERE ......

Hope this information is help to you.

Regards,

José