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: 

ABAP QUERY

Former Member
0 Kudos

Dear Friend,

Can any one give an example of the ABAP query with using a New Filed in the extras where we can add the values of the two feild

Each time I am Tring to do with the Feilds (ZBAL)

With like Feilds BSID-wrbtr.

In the Code I have written : Zbal = bsid-wrbtr

The error Says.

Field "BDIS-WRBTR" is unknown. It is neither in one of the specified

tables nor defined by a "DATA" statement . . . . . . . . . .

Regards,

A S

1 ACCEPTED SOLUTION

Former Member
4 REPLIES 4

Former Member
0 Kudos

hi Friend,

Plz provide TYPE Decleration for BSID. table.

else after decleration also ur problem not solved , send the code -> verify & i

told.

Regards,

K.S.Kannan.

0 Kudos

I have taken in extras:

Zbal as additional feild.

LIKE Reference BSID-WRBTR

In the Code I have writen :

zbal = bsid-wrbtr.

Now the error is coming is the following:

Field "ZBAL" is unknown. It is neither in one of the specified ta

nor defined by a "DATA" statement . . . . . . . . . .

Give me a Example. of How I should write the code and use the same in the query :

Sq01,

regards,

A S

Former Member
0 Kudos

>

> In the Code I have written : Zbal = bsid-wrbtr

>

> The error Says.

>

> Field "BDIS-WRBTR" is unknown. It is neither in one of the specified

> tables nor defined by a "DATA" statement . . . . . . . . . .

>

>

> Regards,

> A S

You say you have coded bsid-wrbtr, but the error says BDIS.

Former Member