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: 

Reg : structures

Former Member
0 Kudos

Hi

how to use BESG_ALV structure, from that i have to take TDS amount.

Thanx in advance

magesh

9 REPLIES 9

Former Member
0 Kudos

Hi Magesh,

Use table BSEG instead of that structure.

Regards,

Atish

0 Kudos

<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

Former Member
0 Kudos

Hi

I am using BSEG table. but the TDS amount will be in BESG_ALV structure.

Thanx in advance

magesh

0 Kudos

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

0 Kudos

Hi

i will check

thanx a lot

magesh

Former Member
0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

Hi

I need these fields

KTONR

KOBEZ

AZBET

KOSTL

These fields available in BESG_ALV

Thanx in advance

magesh