Search 5,000,000+ questions and answers.

Frequently Asked Questions

What are internal tables check table, value table, and transparent table?

FAQS ON SAP ABAP AND ALL MODULES
Internal table: It is a standard data type object, which exists only during the runtime of the program. Check table: Check table will be at field level checking. Value table: Value table will be at domain level checking ex: scarr table is check table for carrid. Transparent table: - Exists with the same structure both in dictionary as well as in database exactly with the same data and fields.
Related Questions

What are the check tables and value tables?

SAP ABAP interview questions
Ans Check Table: The ABAP Dictionary allows you to define relationships between tables using foreign keys . A dependent table is called a foreign key table, and the referenced table is called the check table. Each key field of the check table corresponds to a field in the foreign key table. These fields are called foreign key fields. One of the foreign key fields is designated as the check field for checking the validity of values.
Related Questions

What are internal tables?

K-Spire.com - JOBS | FAQs | Interview Questions & Answer...
Internal tables are a standard data type object which exists only during the runtime of the program. They are used to perform table calculations on subsets of database tables and for re-organising the contents of database tables according to users need.
Related Questions

What is the use of occurs in internal table? Can u change occurs value in program?

SAP ABAP interview questions
Ans Use of Occurs - If you use the OCCURS parameter, the value of the INITIAL SIZE of the table is returned to the variable <n> Occurs or Initial Size “ to specify the initial amount of memory that should be assigned to the table.
Related Questions

What is the table for? How do I use the tables?

ArtMoney - FAQ
The table is a ready-to-use addresses for a game (files with extension 'AMT'). Use a button "Load" and select AMT file. Table depends on a game version and operation system. Sometimes you need to correct this addresses by a command "Auto apply the offset". Find one valid address and use "Auto apply the offset" on the corresponding field to readjust table addresses. For details, read the chapter Pointers and "Auto apply the offset"
Related Questions

How to determine the attributes of an internal table?

SAP REPORTS questions and answers ...SAPBRAIN
Searches table<itab>for a word containing the character string specified in <str>, where other characters might separate the characters. The first letter of the word and the string <str> must be the same. Searches table<itab> for <str>, starting at line <line1>. <\lin1> can be a variable. If the search string is found, all the characters in the search string (and all the characters in between when using ABBREVIATED) are converted to upper case.
Related Questions

Are there Tables?

comp.lang.perl.tk FAQ
Nick's Table Nick Ing-Simmons has distributed his own Table widget package with Tk-b9.01 (and higher). It is used through a use TK::Table; and $top->Table(); calls. A rather detailed demo of this widget/geometry manager's capabilities can be found in the table_demo script (in your Tk-b9.01/ build directory). There is also pod in the perl5/Tk/Table.pm file. You may also browse the perl Tk::Table man page on the web at http://w4.lns.cornell.edu/~pvhp/ptk/etc/Table.pm.
Related Questions

What is the difference between internal tables and extract datasets?

SAP Modularization questions and answers ...SAPBRAIN
The lines of an internal table always have the same structure. By using extract datasets, you can handle groups of data with different structure and get statistical figures from the grouped data. You have to define the structure of the internal table at the beginning. You need not define the structure of the extract dataset. In contrast to internal tables, the system partly compresses exact datasets when storing them. This reduces the storage space required.
Related Questions

How do I constrain some internal variables to be the same value within a sign?

NWChem Frequently Asked Questions
With either user-defined redundant internal coordinates, or a user-defined Z-matrix, variables with the same non-blank name are forced to have the same value even if they are not related by symmetry. A sign may be optionally employed to orient torsion angles. E.g. CH3-CF3 - related bonds, angles and torsions are forced to be equivalent. Note the use of a sign on TOR1.
Related Questions

How do I fill with transparent?

GIMP User FAQ
If your image doesn't have an alpha channel, add one with Layers->Add Alpha Channel. Select the area you want to clear (if not the whole image). To change everything of a particular color transparent, pick Select->By Color... and click on the color in the image you want to replace. Then select Edit->Clear. That's it. Any dithering, blurring, or related effects against the color you replace will be against the original color.
Related Questions

How do I display a value that is not on the same table in the notification subject?

Sarbanes Oxley Compliance, SOX Compliance Software, Active A...
The display view can be used to join multiple tables and the display columns are displayed on the subject line.
Related Questions

How to register a table value set ?

Oracle Apps FAQs
Which concurrent program can be used for ITEM CATALOG CONVERSION ?Interface table is mtl_desc_elem_val_interface.... About Us | Privacy Policy | Contact | Site Map | Add Question | Propose Category | RSS Feeds | Articles Sitemap | Partner Links | Site Updates | Add Resource
Related Questions

Can a transparent table exist in data dictionary but not in the data base physically?

More than 100 ABAP Interview Faq's
TRANSPARENT TABLE DO EXIST WITH THE SAME STRUCTURE BOTH IN THE DICTIONARY AS WELL AS IN THE DATABASE,EXACTLY WITH THE SAME DATA AND FIELDS.
Related Questions

Can a transparent table exist in data dictionary but not in the database physically?

SAP ABAP interview questions
Ans No, Transparent table do exist with the same structure both in the dictionary as well as in the database, exactly with the same data and fields.
Related Questions

Can I check the property of a Database table?

AdventNet QEngine - Frequently Asked Questions
Yes, In QEngine you can validate your application database either using the check/get functions or testcase. Click the ‘Insert Built-In Functions’ link, Select the “Database Functions“ category, choose the appropriate function to check, Configure the appropriate values. Or you can configure a testcase by choosing the “DB” option to check the properties of the Database table.
Related Questions

What is the difference between hashed & sorted internal tables?

Important ABAP FAQ's
Ans: Sorted internal table works on Binary Search and Hashed internal tables works on hashed alogorthim through indexes.
Related Questions

edit] Q: Can I make transparent borders and rules on a table?

Help:Editing FAQ - Wikipedia, the free encyclopedia
Yes. That's a tough one because there is no "cellborder" directive for the table style. You can play with the BORDER and RULE attributes of table, but it seems that you cannot rely upon your browser to interpret that stuff the way you want it. I think the easiest way to write this is using wiki table notation with a different background for the table and for each row.
Related Questions

Why are tables displayed more than once when grouping by table and in filter menu?

SQL Log Rescue - Frequently asked questions
Note that tables that are dropped then reconstructed are not linked, because they are allocated different table ids by SQL Server. Therefore, when you group by tables, a table that has been dropped and then reconstructed will appear once to group log entries that occurred up to and including the drop operation, and a second time to group log entries that occurred after the table was reconstructed. If the table is dropped and reconstructed repeatedly, it will appear in the list multiple times.
Related Questions

How do I change the order of tables in the Table chart pane?

Perfect Table Plan FAQ
The Table chart pane shows tables in the same order as the Schematic pane. You can change the order in which tables are listed by either: selecting a table and use the up and down arrows at the top of the Schematic pane to change its position in the table order
Related Questions

Do you have one table definition sql for opening existing tables?

faq.html - HXTT Text (CSV) JDBC Drivers for raw data, flat t...
You can use "CREATE TABLE" although your table exists. Then Text driver will use those table definition to access your data. If you have many prepared table definition sqls, you can set "schemaFile" properity for connection, then Text driver will load automatically those table definitions.
Related Questions

Can Table! Table! Table! be cumulative?

Raw Deal FAQ: Complete
J.R. will stop Mid-match actions but cannot stop the use of Pre-match cards used as Mid-match actions because J.R. specifically says it affects Action CARDS, not cards that simulate Actions.
Related Questions

How do I check if my laptop has an internal wireless card?

UCD - Frequently Asked Questions - Wireless
This selection will display card types installed on your machine. In the example above we have hightlighted the wireless card.
Related Questions

When do you need to create an internal table with header line? and with out a header line? line?

Important ABAP FAQ's
Ans: If we don't want to use any explicit work area then its better to go for an internal table with header line.
Related Questions

How to declare one internal table without header line without using structures?

SAP ABAP interview questions
Ans No, we cannot declare internal table without header line and without structure because it gives error "ITAB cannot be a table, a reference, a string or contain any of these object".
Related Questions

What is the best way to check the torque value on a bolt?

Frequently Asked Questions on Bolting Matters
There are three basic methods for the checking of torques applied to bolts after their installation; namely, taking the reading on a torque gauge when: The socket begins to move away from the tightened position in the tightening direction. This method is frequently referred to as the "crack-on" method. The socket begins to move away from the tightened position in the un- tightening direction. This method is frequently referred to as the "crack-off" method.
Related Questions

Q6: How do I check property liens, value and equity?

Foreclosures - Answers to Frequently Asked Questions
Answer: Additional liens against a property (these can include delinquent taxes) can be researched several ways. Get free access to tax lien and bankruptcy information for properties listed on RealtyTrac. If there are any tax liens or bankruptcies, a flag will appear on the Property Details page with a link to the full information. Click the History of Notices link on any Property Details page to view a list of data records RealtyTrac has for that property.
Related Questions

Q. How do I set the check value?

REBOL Forces - View FAQ
Create the layout and set the value of the checkbox before showing it checks: layout [chk1: check chk2: check] Change from a button action view layout [chk1: check on button "Change" [chk1/data: not chk1/data show chk1]]
Related Questions

What is a 'Limited-Value' cheque / check?

Frequently Asked Questions - Ian Kelly Militaria
Items on our catalogue sell faster than we can update our catalogues, and customers sometimes try to order items that have already been sold. If they have sent a cheque, this will often mean they have paid too much. Whilst personal banking in the UK is usually free of charge, because we run a business, our bank charges us business rates on our bank account. We pay a fee every time we pay money in or out of our account. This means that it costs us money to send you a refund cheque.
Related Questions

How do I check the value of my shares and / or options?

New Zealand Shares “ Kingfish Limited Fisher Funds Managemen...
You can ask any sharebroker, check in the major newspapers or follow this link www.nzx.com and type in the security code "kfl". The code for Kingfish options is "kflwa".
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact