2007 Mar 06 10:21 PM
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
2007 Mar 07 12:18 AM
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.
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.
2007 Mar 06 10:57 PM
Hi,
Where exactly in ME53N we can see this total value..
THanks,
Naren
2007 Mar 07 12:18 AM
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.
2007 Mar 07 3:09 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |