Skip to Content
0
Former Member
Dec 06, 2008 at 02:11 PM

Screen exit in CO02

41 Views

Dear Experts

I have added an tabstrip in transaction co02 with field auart (sales order type).The function of the field is to display the sales order type that needs to be fetched from the table vbak with respect to the vbak - vbeln.

when writing the select query in correspoding exits it is not fetching the value from table.

select single aufnr auart from vbak into correspoding fields of i_struct where aufnr = (the screen element name).

this query is not working.

kindly help me in this scenario.