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

Purchase Requisition

suganya_rangarajan
Participant
0 Likes
787

Hi,

In an alv report I need to include another column which will give the total value of the item for purchase requisition.The total value that will be displayed in ME53n.

I know the field name is GSWRT but it is not availabel in EBAN table.I don't know how to get the value of this and in which table is this availailable?

suganya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
720

That I think is a calculated value. If you look at the code, you will see that it is calculated and what the calculation formula is.

Hi,

In an alv report I need to include another column which will give the total value of the item for purchase requisition.The total value that will be displayed in ME53n.

I know the field name is GSWRT but it is not availabel in EBAN table.I don't know how to get the value of this and in which table is this availailable?

suganya

3 REPLIES 3
Read only

Former Member
0 Likes
720

Hi,

Where exactly in ME53N we can see this total value..

THanks,

Naren

Read only

Former Member
0 Likes
721

That I think is a calculated value. If you look at the code, you will see that it is calculated and what the calculation formula is.

Read only

suganya_rangarajan
Participant
0 Likes
720

Hi Srinivas Adavi,

I tried to debug the code but got stuck in a stage from where the degub doesnt' enter.It gets stuck up at

pgm Lemreqf10,

method if_purchase_requisition_item~get_data

code

IF sy-subrc EQ 0.

re_data = ls_buffer-data.

ELSE.

re_data = my_state->item.

at else statement it comes and doesn't enter for F59(step into).This is where the GSWRT gets filled up.Can you tell me how to debug the interface and hot to get teh value.

suganya