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: 

Internal Order Budget

Former Member
0 Kudos

i want to know in which tables i can get the budget entered against an Internal Order....

i have some requirement to makes Z Report....

13 REPLIES 13

Former Member
0 Kudos

hi abhishek

all PO-items are available in table TKEPO which is passed as table parameter; check fields MENGE and NETPR for quantity and net value.

hope this will help

reagrds

navjt

reward points

Former Member
0 Kudos

chk this

Former Member
0 Kudos

Hi,

Check table <b>BPEG</b>.

Here user

OBJNR = "Object number of internal order"

WRTTP = '41' --> Original Budget

Let me know if you have any question.

Regards,

RS

0 Kudos

thers is no data in BPEG Table

0 Kudos

??

0 Kudos

Hi,

Check tables <b>BPGE</b> and <b>BPJA</b>.

Check these table with

LEDNR = '0002'.

OBJNR = "Obj. of internal order"

WRTTP = '41'.

Let me know if you still do not find any values.

Regard,

RS

0 Kudos

no entries there for the given selection

0 Kudos

any clues

Former Member
0 Kudos

???

pl. help

0 Kudos

Hi,

I would suggest you to create a Internal order budget manually using appropriate transaction. Before doing that, turn the SQL trace on using transaction ST05. Once you save the budget, turn the trace off and display the trace.

You will see, what are the table being accesses and updated during this process.

Can you tell me which transaction you are using to manually update the budget. I may be able to find something based on that.

Regards,

RS

0 Kudos

Txn. is FR50

0 Kudos

Hi,

This T.code does not exist in my system ( 4.6c).

Regards,

RS

0 Kudos

Thanx RS

i am able to find out the tables thr ST05

i am running on 4.7 may be thats why ur earlier tables (u told me) help me out

but u guided me how to go .......

abhishek