Showing posts with label SE11. Show all posts
Showing posts with label SE11. Show all posts
Thursday, September 29, 2011
How to see structure with /
In SE11 used to display data dictionary objects. Some time we have structure with / which not get display when enter structure name in table text input. This will normally get display with search help Input Output Text.
Monday, August 1, 2011
SE11 APPEND NEW FIELDS IN SAP TABLES
Some time due to business critical requirement standard SAP tables get changed. New fields append into transparent tables. Since table already has records new column value will be NULL by default.for existing records.
While using SQL statement with new fields if we want to check initial value use IS NULL option.
While using SQL statement with new fields if we want to check initial value use IS NULL option.