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

Reg : structures

Former Member
0 Likes
1,337

Hi

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

Thanx in advance

magesh

9 REPLIES 9
Read only

Former Member
0 Likes
1,256

Hi Magesh,

Use table BSEG instead of that structure.

Regards,

Atish

Read only

0 Likes
1,256

<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

Read only

Former Member
0 Likes
1,256

Hi

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

Thanx in advance

magesh

Read only

0 Likes
1,256

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

Read only

0 Likes
1,256

Hi

i will check

thanx a lot

magesh

Read only

Former Member
0 Likes
1,256

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

Read only

0 Likes
1,256

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

Read only

Former Member
0 Likes
1,256

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.

Read only

Former Member
0 Likes
1,256

Hi

I need these fields

KTONR

KOBEZ

AZBET

KOSTL

These fields available in BESG_ALV

Thanx in advance

magesh