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

Internal Order Budget

Former Member
0 Likes
2,861

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....

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

Former Member
0 Likes
1,815

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

Read only

Former Member
0 Likes
1,815

chk this

Read only

Former Member
0 Likes
1,815

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

Read only

0 Likes
1,815

thers is no data in BPEG Table

Read only

0 Likes
1,815

??

Read only

0 Likes
1,815

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

Read only

0 Likes
1,815

no entries there for the given selection

Read only

0 Likes
1,815

any clues

Read only

Former Member
0 Likes
1,815

???

pl. help

Read only

0 Likes
1,815

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

Read only

0 Likes
1,815

Txn. is FR50

Read only

0 Likes
1,815

Hi,

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

Regards,

RS

Read only

0 Likes
1,815

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