We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

Re: [sap-abap] Field Symbol Has Not Been Assigned Yet

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Reply from kwizeraa on Jun 8 at 8:34 AM
Hi Mohana,

Could you please be more precise on the question. A field symbol can only
be used after it has been assigned.

For example:

DATA: BEGIN OF ITAB,
name type S,
address type S,
DATA: END OF ITAB.

FIELD-SYMBOLS: <fs> type any.

#Do assignment here

ASSIGN COMPONENT S OF STRUCTURE ITAB TO <fs>.

In this case our field symbol <fs> now holds position for the internal
table ITAB.

Hope this helps!!

---------------Original Message---------------
From: Mohana
Sent: Wednesday, June 08, 2016 6:44 AM
Subject: Field Symbol Has Not Been Assigned Yet

I am getting this "Field Symbol has not been assigned yet (Termination: RABAX STATE) " error in Load Runner Run time Viewer ...

Kindly let me know this error is from tester side or SAP side.

It would be better if anyone can give me a clear solution on this.

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
© 2016 Ziff Davis, LLC. and message author.
Ziff Davis, LLC. 28 E 28th Street New York, NY 10016
kwizeraa  

Programmer/Developer - Software
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Have a technical question? Need to find IT solutions? Ask your peers in the Toolbox for IT community.

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language