‎2008 Dec 14 11:31 AM
hi
i am creating an abap query
i am adding filed p0006-rctvc into the infoset this filed is marked with T ( it means it add a text )
this filed is Municipal city code and the text of this code
when i run the abap q i get this 2 columns - the column with the code contain data and the column which contain the code's text is empty
how can i solve it ???????????
elad
‎2008 Dec 15 7:53 AM
Hi,
At the time of creating this query, Text tab is checked by default. so you need to uncheck it.
Try it.
It will work.
-Maharshi
‎2008 Dec 14 11:40 AM
HI,
You need to populate the text field...by writing the Select query on the field.
‎2008 Dec 14 11:42 AM
‎2008 Dec 14 11:58 AM
HI,
yes the p0006 doosn't have the text field for rctvc. the table T5J63 has the text for RCTVC.
So you need to write the select query to fetch the text from this table and populate the field.
Press Shift+F9 ...then select the Code Tab..
Coding Section - Record Processiing
in below container write the select query to populate the field,
‎2008 Dec 14 12:09 PM
r u sure it shiftF9 and not shistF8?????
and where should i add it ?
‎2008 Dec 14 12:12 PM
Hi,
Shift+F9 (i.e Application-specific Ehanchement button on the application tool bar)
‎2008 Dec 14 12:19 PM
sorry for asking again i cannt find it
i am in sq02 i chose the infoset i want to change i press the 'change' button
i have a line there ' authorization check for data ' and under interface 'IF_QUERY_TAB_ACCESS_AUTHORITY'
where do i add the code????
‎2008 Dec 14 12:27 PM
HI,
Refer to this link....read from page 241...it gives you the idea
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf
‎2008 Dec 14 1:09 PM
when i press double click on the Data Filed 'Municipal city code' at the References section i see that the
text filed is working with Function module: TXID_0006_RCTVC_ITENTIFIER
but it doesnt bring the 'Municipal city code' text
is there any way to fix it?
‎2008 Dec 15 7:53 AM
Hi,
At the time of creating this query, Text tab is checked by default. so you need to uncheck it.
Try it.
It will work.
-Maharshi
‎2008 Dec 15 9:18 AM
can u please give me more explenation of where to go in the screen of SQ02 ?