Application Development and Automation 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: 
Read only

fields in table

Former Member
0 Likes
1,230

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
Read only

Former Member
0 Likes
1,002

Was this a question or a statement?

Read only

Former Member
0 Likes
1,002

please first put some self effort

and then post your code if you are facing some problem

thanks

Read only

Former Member
0 Likes
1,002

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.

Read only

0 Likes
1,002

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

Read only

Former Member
0 Likes
1,002

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

Read only

Former Member
0 Likes
1,002

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