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: 

fields in table

Former Member
0 Kudos

I am having 6 TABLE <b>payr, bkpf, bseg,covp,bsid,bsad</b>.

i need profit center group, payment date and transaction date field exactly from these table .

6 REPLIES 6

Former Member
0 Kudos

Was this a question or a statement?

Former Member
0 Kudos

please first put some self effort

and then post your code if you are facing some problem

thanks

Former Member
0 Kudos

i couldn't find out fields from these table, pls give some solutions for this problem since after selecting this field only i can go for coding.

0 Kudos

open all the tables in se11

and try if you can fined them, look into description of fields

if found try where used list button so see how it is used

hope this help

regards

Former Member
0 Kudos

Hi

payment date is the date in which payment is posted: field AUGDT (BSEG/BSAD-AUGDT),

Transaction date: what does it mean? which document? Invoice or Payment? Perhaps it's posting date (field BUDAT, BSEG/BSAD/BSID-BUDAT)! Perhasp it's entrying date CPUDT

Profit center you can't find in customer but in general account (BSIS/BSAS).

Max

Former Member
0 Kudos

For Profit centre Group ( SETLEAF-SETNAME )

Select BSEG-BUKRS / BSEG-PRCTR from BSEG.

SELECT SINGLE SETNAME INTO WA_SETNAME

FROM SETLEAF

WHERE SETCALSS = '0106'

AND SUBCLASS = BSEG-BUKRS

AND VALFROM = BSEG-PRCTR .

This was tricky . Hope this helps.

Cheers