GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  SAP R/3
Go To First  |  Previous Question  |  Next Question 
 SAP R/3  |  Question 171 of 172    Print  
ABAP Field Symbols and Field Groups
What are field symbols and field groups?


  
Total Answers and Comments: 1 Last Update: October 27, 2009     Asked by: K.Deepthi Vatsalya 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 26, 2009 06:55:10   #1  
manasnayak5 Member Since: October 2009   Contribution: 1    

RE: ABAP Field Symbols and Field Groups
Field Symbols: Field symbols are symbolic names for various fields. They can point to any data object. it is same as dereference pointers in C. They are idebntified in the program code.

Syntax: FIELD-SYMBOLS <FS> [<TYPE>| STRUCTURE <S> DEFAULT <WA>]
FS-name of field symbol
S-- name of Structure
WA-name of work area

Field Group:A field group combines several existing fields together under one name. You use the INSERT statement to determine which fields belong to a field group at runtime.

Example

FIELD-GROUPS: HEADER ORDER PRODUCT.

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : Use the Tcode SMARTFORMS to design and configure the Smart forms, If you have knowledge on SAP Script with layout sets, it will be bit easier ...
Read Answers (1) | Asked by : mohan

There is SSN field and i just want to show last four digit on SAP Script? e.g. 123-45-6789 so i want xxx-xx-6789 how can i do that?
Read Answers (1) | Asked by : Dhwanit

Which is the most intresting site to know the latest about abap and to know the interview questions on abap and sap . also let me know that which is the best sites for other software
Read Answers (2) | Asked by : kanwaljitsinghaman

When you add a screen field to customer master(XD01) ,what is the purpose the screen fieldCould please explain
Read Answers (1) | Asked by : somi reddy

View Question | Asked by : krishna

Latest Answer : --------MOVE--------Moves the contents of field f to field g. Field f remains unchanged. This statement is equivalent to:g = f. ExampleDATA: NUMBER TYPE I, FIVE TYPE I. MOVE 5 TO FIVE. MOVE FIVE TO NUMBER. The fields NUMBER and FIVE now both have ...
Read Answers (3) | Asked by : tharmila

Latest Answer : Report Writer : ---------------In addition to the Report Painter, you can use the Report Writer to define reports. You use the Report Writer to create reports from data in the Special Purpose Ledger (FI-SL) application component and other SAP application ...

Latest Answer : By using the below code me make select-options to parameters.TABLES: vbak.SELECT-OPTIONS : s_vbeln FOR vbak-vbeln NO-EXTENSION NO INTERVALS.Regards,Kiran Kumar G ...
Read Answers (1) | Asked by : rajesh velamala

How can you enhance the ABAP Report? 

How to select data from different tables in ABAP without using JOINS? 
Latest Answer : You can select data without using join.You can write different select queries by writing appending clause.Ex.Select * from BSID into corresponding fields of table i_bsad where..............select * from BSAD appending cooresponding fields of table ...
Read Answers (1) | Asked by : dakshu


 Sponsored Links

 
Related Articles

Breaking Into Your Field Of Interest With Education And No Experience

Breaking Into Your Field Of Interest With Education And No Experience Getting a job after college can be a scary experience for just about everyone especially if you have little or no experience in your field of interest However just because you do not have experience in your field doesn&rsquo;
 

SQL Server 2005 - Server Groups

SQL Server 2005 Server Groups In this tutorial you will learn about Server Groups As stated earlier servers can be grouped together Each group can be assigned a name The name of the server group can also be changed by right clicking on the group name pointing to edit and selecting Server Group prope
 

Oracle Apps Implementing Key Flex field and Descriptive Flex field

Oracle Apps 11i Tutorials Implementing Key Flex field and Descriptive Flex field This tutorial tells you about implementation and other features provided in the implementation section mosgoogle Implementing Flex fields Key Flexfield The basic steps in defining a key Flexfields are as given below You
 

Swing Extreme Testing - Getting the Text of a Text Field

Getting the Text of a Text Field The method is getText and there is a variant to retrieve just the selected text mosgoogle geshibot language Java 5&quot; ... from UI Safely read the text of the given text component. public static String getText JTextComponent textComponent return getTextI
 

Be Prepared for Tech Job Cuts

Even one of the most flourishing and possibly the strongest industries of the future are not experiencing the economic crunch. The tech industry is now experiencing massive job losses in different categories. Although you will still see innovations almost every day from the tech industry through th
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape