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

ABAP QUERY

Former Member
0 Likes
632

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
Read only

Former Member
4 REPLIES 4
Read only

Former Member
0 Likes
571

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.

Read only

0 Likes
571

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

Read only

Former Member
0 Likes
571

>

> 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.

Read only

Former Member