2007 Oct 23 5:48 AM
Hi
how to use BESG_ALV structure, from that i have to take TDS amount.
Thanx in advance
magesh
Hi
how to use BESG_ALV structure, from that i have to take TDS amount.
Thanx in advance
magesh
2007 Oct 23 5:50 AM
Hi Magesh,
Use table BSEG instead of that structure.
Regards,
Atish
2007 Oct 23 6:01 AM
<b>Hi,
U can use BSEG table for getting tax amount. To retrive data from BSEG table,it takes more time, so u can refer BSIS table fields MWSTS and WMWST. In this table also, tax amount field is present.</b>
Message was edited by:
Sathyaa
2007 Oct 23 5:53 AM
Hi
I am using BSEG table. but the TDS amount will be in BESG_ALV structure.
Thanx in advance
magesh
2007 Oct 23 5:56 AM
Hi,
What is the field you are referring to for Amount? As BSEG_ALV is a structure, you can not retrieve data. If field is know,we can look for data retrieval process.
ashish
2007 Oct 23 6:14 AM
2007 Oct 23 5:54 AM
can u check BESG_ALV does not exit in ECC6.0
you can declare internal table with structure but to get the actual data you need to fetch from database tabale BSEG
Minal Nampalliwar
2009 Aug 17 7:54 AM
Hi Experts.
i wnt to fetch data from BSEG_ALV i used instead of table BSEG but i cant find foll field that are in BSEG_ALV.
Please HELP me Fetch data Following Field.
KTONR
KOBEZ
AZBET
Thanks In ADVANCE.
Bhavesh Panchal
2007 Oct 23 5:55 AM
HI,
DONT USE BSEG_ALV, ITS BETTER IF YOU GO FOR TABLE BSEG,
DECLARE YOUR ITAB AS:
DATA: ITAB TYPE STANDARD TABLE OF BSEG.
AND COLLECT YOUR DATA IN THIS ITAB THROUGH SELECT QUERY.
2007 Oct 23 6:23 AM
Hi
I need these fields
KTONR
KOBEZ
AZBET
KOSTL
These fields available in BESG_ALV
Thanx in advance
magesh
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |