Submit Blog Login Last Submitted Blogs RSS Archive Contact  
Free SAP,ABAP Books and Interview Questions
 
 
 
Free SAP,ABAP Books and Interview Questions
ABAP/4,ABAP report,Interactive Report,ALV grid,ALV list,IDOC,User Exit,RFC,Smartform
Language:
RSS Feeds for this Blog
Statistics
Unique Visitors: 135
Total Unique Visitors: 153199
Visitors Out: 343
Total Visitors Out: 343
 
 
Articles
SAP MRP block for Credit limit attained Customers
2008-04-10 23:28:46
MRP block for Credit limit attained CustomersHow to block the requirement (MD04) generated by the item category in a sales order when the customer has attained the credit limit?The MRP requirements still appear even though the schedule is zero.You should try and use one of the standard requirements.See in transaction "VOFM".Under Requirements / Subsequent Functions / Reqs.Availablity.Try using routine 103, you may have to tweak if it doesn't work exactly as you'd like.For example, you can write a routine 903 because you only wanted this reaction for certain business units. Irregardless, using a routine similar to this will prevent the requirement from appearing in MD04 for orders blocked...
 
Important SECRETS TO A SUCCESSFUL SAP IMPLEMENTATION
2008-04-10 23:28:09
Many wonder what constitutes a successful SAP Implementation. Everyone wants to have a great success story to talk about, from the top management to the implementation consultant. Success is a relative term.You will hear: "Successfully went live on the planned date and on budget" - You should ask though whether the initial scope was implemented or did they have to take business processes out of scope in order to make it. - You should also ask how are things now that you went live? Can you ship to your customers without any problems? Is the system performing well? Are the end users fully trained and are they doing their job well? Do you still need consulting support to go through your day-to-day business?Once you put these questions into perspective you...
 
How to create SAP ISU Billing : Creating a manual bill
2008-04-10 23:27:49
In Utilities billing ofen is necessary to create a manual bill for correcting an automatic bill or for billing special contracts that are hard to bill with a normal billing schema.For creating a manual bill there is a SAP ISU transaction EA16 which from my point of view is not so user friendly and the user can be confused with all the fields that must be fill.Another alternative to EA16 transaction would be a custom ABAP report where you can create some templates to create certain types of bill. To create a manual bill from an ABAP program there is a standard function module ISU_S_MANUBILL_CREATE.HOW to create SAP help Create F4 help using abap r...How to Hide a column in a table control at runtime...change attributes of an item in a screen and in a ...How...
 
SAP MM Reopen posting period - MMPI transaction
2008-04-10 23:27:34
MM reopen period issue. Problem: One user opened by mistake period 06 year 2005 but they still had documents for posting in period 04.Solution: The solution is running the MMPI transaction and read note 48781.This is a post I found on sap.ittoolbox.com SAP forum which explain some basic steps to reopen the MM period.1. Lock all users out of PRD2. Take snapshot of MB5L for all materials at company code for current and previous periods3. Add User parameter MMPI_READ_NOTE with value = current date in this format YYYYMMDD4. Stop all processing that updates inventory values5. Run t-code MMPI with correct period6. Run Z_DEl_HIST_ENTRIES program7. Take MB5L snapshot for all materials at company code fs01 for current and previous periods8. Validate that value...
 
Delete a material master - SAP MM module
2008-04-10 23:27:22
If you created an material by error and you want to delete that material from the data base you can do it in this simple 4 steps. The only condition is that this material has to have no material movement recorded.These are the steps:11) Flag material for deletion. transaction MM062) Run report MMREO001 - Selection of materials flagged for deletion and select the material3) Run report MMREO050 Archive Materials to archive the material (some customisig settings might be required)4) Run report MMREO110 Deletion Program for Archiving Materials to delete the material from the database.These reports are called by the SARA transaction too.HOW to create SAP help Create F4 help using abap r...How to Hide a column in a table control at runtime...change attributes ...
 
SAP ISU - Transport of Billing Master Data
2008-04-10 23:27:10
For transporting the ISU Billing Master Data from one client to another there are 2 reports:(1) REA_RTRANS_DOWNLOAD_MUSTER - for downloading the Billing Master Data.(2) REA_RTRANS_UPLOAD - for uploading the Billing Master Data.HOW to create SAP help Create F4 help using abap r...How to Hide a column in a table control at runtime...change attributes of an item in a screen and in a ...How to Modify recording scenario in SAPFree SAP Best PracticesHow to Align SAP MM and FI Document Numbers in Log...SAP ISU - Transport of Billing Master DataDelete a material master - SAP MM moduleSAP MM Reopen posting period - MMPI transactionHow to create SAP ISU Billing : Creating a manual ...Important SECRETS TO A SUCCESSFUL SAP IMPLEMENTA...
 
How to Align SAP MM and FI Document Numbers in Logistics Invoice Verification
2008-04-10 23:26:55
In SAP Release 4.6C and above, Logistics Invoice Verification (LIV) replaces conventional invoice verification for invoices related to purchase orders. The author explains how the change in invoice verification methods leads to different MM and FI document numbers, and how to align them. Here is the full article.HOW to create SAP help Create F4 help using abap r...How to Hide a column in a table control at runtime...change attributes of an item in a screen and in a ...How to Modify recording scenario in SAPFree SAP Best PracticesHow to Align SAP MM and FI Document Numbers in Log...SAP ISU - Transport of Billing Master DataDelete a material master - SAP MM moduleSAP MM Reopen posting period - MMPI transactionHow to create SAP ISU Billing : Creating a manual ...Important SECRETS TO A SUCCESS...
 
Free SAP Best Practices
2008-04-10 23:26:36
I don't know if a lot of people knows about SAP Best Practices and the new vision of SAP about SAP implementation. Well, to cut a long story short, this is the new vision: reuse a lot of already configured, documented and tested processe by making "Building Blocks" and integrate those building blocks into a solution for a specific industry. Almost for all industris there are documented and configured proceses called Best Practices. And all of this Best Practices are free and online on the SAP Help portal. You can find here Best Practices for the following industries:(1) Apparel and Footwear(2)AutomotiveChemicals(3)Consumer Products(4)Consumer Durables & Home Appliances(5)Dealer Business Management(6)EC&OFabricated Metals(7)High TechHome & Personal Care(8)Industrial Machinery &a...
 
How to Modify recording scenario in SAP
2008-04-10 23:26:22
Sometimes we need to use recording added to our enhancement program. If the recording consists of a table control such as in VL31N and you need to select or deselect some line items ...You could override thePERFORM bdc_field command in FNAM variable, since this variable are passed as string you could use syntax CONCATENATE to override it.Example :CONCATENATE 'RV50A-LIPS_SELKZ(' v2 ')' INTO v1.PERFORM bdc_field USING v1lips_selkz_05_022.while the original looks like this :PERFORM bdc_field USING 'RV50A-LIPS_SELKZ(01)'lips_selkz_05_022.HOW to create SAP help Create F4 help using abap r...How to Hide a column in a table control at runtime...change attributes of an item in a screen and in a ...How to Modify recording scenario in SAPFree SAP Best PracticesHo...
 
change attributes of an item in a screen and in a table control at runtime
2008-04-10 23:26:09
add the following code in PBOloop at screen.if screen-name = 'NAME_OF_FIELD_HERE_IN_CAPS'.set attributes of screen such as REQUIRED, INPUT, OUTPUT, INTENSIFIED, INVISIBLE, ACTIVE, DISPLAY_3D, VALUE_HELP to 1(ON) or 0(OFF)e.g. screen-output = 1.modify screen.endif.endloopif the field is part of a table control, put the above code within the the loop...endloop of the table control in PBOHOW to create SAP help Create F4 help using abap r...How to Hide a column in a table control at runtime...change attributes of an item in a screen and in a ...How to Modify recording scenario in SAPFree SAP Best PracticesHow to Align SAP MM and FI Document Numbers in Log...SAP ISU - Transport of Billing Master DataDelete a material master - SAP MM moduleSAP MM Reopen posting ...
 
How to Hide a column in a table control at runtime in SAP ABAP
2008-04-10 23:25:57
1. define group name(s) for the columns to be hidden2. Add the following code...(define)controls tbl_ctrl type tableview ...wa like tbl_ctrl-cols.loop at tbl_ctrl-cols into wa.if wa-screen-group1 =wa-invisible = 1.modify tbl_ctrl-cols from waendifendloopHOW to create SAP help Create F4 help using abap r...How to Hide a column in a table control at runtime...change attributes of an item in a screen and in a ...How to Modify recording scenario in SAPFree SAP Best PracticesHow to Align SAP MM and FI Document Numbers in Log...SAP ISU - Transport of Billing Master DataDelete a material master - SAP MM moduleSAP MM Reopen posting period - MMPI transactionHow to create SAP ISU Billing : Creating a manual ...Important SECRETS TO A SUCCESSFUL SAP IMPLEMENTATI...What is SAP ECCS?SAP MRP block for Cr...
 
HOW to create SAP help Create F4 help using abap reporting
2008-04-10 23:25:41
To avoid the standard F4 help to be show, insert the event PROCESS ON-VALUE-REQUEST request in the program and add a field statement for the field that should trigger the F4 help. In the module called from PROCESS ON-VALUE-REQUEST request, call function module F4IF_FIELD_VALUE_REQUEST.Example Code :process before output......process after input......PROCESS ON VALUE-REQUEST.FIELD sflight-carrid MODULE f4_help_for_carrid.MODULE f4_help_for_carrid INPUT.* NOTE:* Tabname/fieldname is the name of the table and field* for which F4 should be shown.** Dynprog/Dynpnr/Dynprofield are the names of the Progran/Dynpro/Field* in which the f4 value should be returned.** Value: The value of the Dynpro field when calling the F4 help.* You can limit the values shown, by inseting a value in this parameter* ...
 
What is SAP ECCS?
2008-04-10 23:13:42
ECCS stands for "Enterprise Controlling Consolidation System". It is the mechanism to do consolidation in R/3. But the way things are, SAP will stop supporting to make way for the far more superior and flexible SEM BCS (Business Consolidation). BCS is part of SEM-BW implementation. Consolidation can be done in many ways, heck even for "Matrix/Web-Like Organization"....
 
Free Download Using ALV with a Dynamic Context Node in Webdynpro for ABAP
2008-04-09 07:32:46
Using ALV with a Dynamic Context Node in Webdynpro for ABAPDownload pdf Free Download Webdynpro Tutorial BookFree Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in Webdynp...Free Best Pra...
 
Free Download Using Events with ALV tables in Websynpro for ABAP
2008-04-09 07:32:22
Using Events with ALV tables in Websynpro for ABAPDownload pdf Free Download Webdynpro Tutorial BookFree Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in...
 
Free Editing ALV in Webdynpro for ABAP
2008-04-09 07:31:50
Editing ALV in Webdynpro for ABAPDownload File Free Download Webdynpro Tutorial BookFree Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in Webdynp...Free Best Practises for Building Client Independen...Free Constructing a recursive and Loadable Web Dyn...Free Download Developing with Table in Webdy...
 
Free Programming the ALV Configuration Model in Web Dynpro for ABAP
2008-04-09 07:31:23
Programming the ALV Configuration Model in Web Dynpro for ABAPDownload pdf Free Download Webdynpro Tutorial BookFree Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in Webdynp...Free Best Practises for Building Client Independen...
 
Free Simple Application for Using ALV in web dynpro for ABAP
2008-04-09 07:30:42
Simple Application for Using ALV in web dynpro for ABAPDownload File Free Download Webdynpro Tutorial BookFree Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in Webdynp...Free Best Practises for Building Client Independen...Free Constructing a recursive and Lo...
 
Free Webdynpro for ABAP-Component Usages
2008-04-09 07:29:51
Webdynpro for ABAP-Component UsagesDownload pdf : Free Download Webdynpro Tutorial BookFree Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in Webdynp...Free Best Practises for Building Client Independen...Free Constructing a recursive and Loadable Web Dyn...Free Download Developing with Table in We...
 
Free Webdynpro for ABAP-Display Booking for Selected Flight
2008-04-09 07:29:05
Webdynpro for ABAP-Display Booking for Selected FlightDownload File : Free Download Webdynpro Tutorial BookFree Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in Webdynp...Free Best Practises for Building Client Independen...Free ...
 
Webdynpro for ABAP-Navigation
2008-04-09 07:28:33
Webdynpro for ABAP-NavigationDownload File Free Download Webdynpro Tutorial BookFree Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in Webdynp...Free Best Practises for Building Client Independen...Free Constructing a recursive and Loadable Web Dyn...Free Downl...
 
Free Webdynpro for ABAP-BAPI usages
2008-04-09 07:28:06
Webdynpro for ABAP-BAPI usagesDownload pdf Free Download Webdynpro Tutorial BookFree Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in Webdynp...Free Best Practises for Building Client Independen...Free Constructing a recursive and Loadable Web Dyn...Free Download Developing with Table in Webdynpro...
 
Free Download Getting Start With Webdynpro for ABAP
2008-04-09 07:27:41
Getting Start With Webdynpro for ABAPDownload pdf Free Download Webdynpro Tutorial BookFree Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in Webdynp...Free Best Practises for Building Client Independen...Free Constructing...
 
Free Download Webdynpro Tutorial Book
2008-04-09 07:25:55
Download">Free Download Getting Start With Webdynpro for ABA...Free Webdynpro for ABAP-BAPI usagesWebdynpro for ABAP-NavigationFree Webdynpro for ABAP-Display Booking for Select...Free Webdynpro for ABAP-Component and Application ...Free Webdynpro for ABAP-Component UsagesFree Simple Application for Using ALV in web dynpr...Free Programming the ALV Configuration Model in We...Free Editing ALV in Webdynpro for ABAPFree Download Using Events with ALV tables in Webs...Free Download Using ALV with a Dynamic Context Nod...Free Download How to Use Select options in Webdynp...Free Best Practises for Building Client Independen...Free Constructing a recursive and Loadable Web Dyn...Free Download Devel...
 
How to use a SAP Interactive Reports grid list?
2008-04-06 12:03:11
Use Function Module Display_*LIST. In U'r program .Put all the data that U want tooutput in its final format and then pass this internal table to the function moduleTwo types of grid list .DISPLAY_GRID_LIST(Version 4.0b)DISPLAY_BASIC_LIST(Version 4.6b)Calculate the subtotal etc and save it as a variant ,However while printing it will printall the enties of the fieldsFrequently Used Standard Programs that every SAP A...SAP ABAP Internal Tables and TypesHow can we pass selection and parameter data to a ...How to use a SAP Interactive Reports grid list?What is SAP ABAP set parameter and get parameter?Sample ABAP Program to Upload Excel document into ...SAP Smartform to Mail as PDF attachmentWhat is a SAP Variant and whe...
 
How can we pass selection and parameter data to a sap abap report ?
2008-04-06 12:02:59
- There are three options for passing selection and parameter data to the report.. using SUBMIT...WITH. using a report variant. using a RANGE tableFrequently Used Standard Programs that every SAP A...SAP ABAP Internal Tables and TypesHow can we pass selection and parameter data to a ...How to use a SAP Interactive Reports grid list?What is SAP ABAP set parameter and get parameter?Sample ABAP Program to Upload Excel document into ...SAP Smartform to Mail as PDF attachmentWhat is a SAP Variant and where do you use it?What is the Client concept in SAP? What is the mea...Validate the selection criteria of a sap abap repo...What are SAP Data Dictionary Ranges? What are numb......
 
SAP ABAP Internal Tables and Types
2008-04-06 12:02:36
STANDARD tableKey access to a standard table uses a linear search. This means that the time requiredfor a search is in linear relation to the number of table entries.You should use index operations to access standard tables.SORTED table Defines the table as one that is always saved correctly sorted.Key access to a sorted table uses a binary key. If the key is not unique, the system takesthe entry with the lowest index. The runtime required for key access is logarithmicallyrelated to the number of table entries.HASHED tableDefines the table as one that is managed with an internal hash procedureYou can only access a hashed table using the generic key operations or other genericoperations ( SORT, LOOP, and so on). Explicit or implicit index operations (such a...
 
Frequently Used Standard Programs that every SAP ABAPer Should Know
2008-04-06 12:02:22
RSAVGL00 Table adjustment across clients RSBDCSUB Release batch-input sessions automaticallyRSCLTCOP Copy tables across clientsRSINCL00 Extended program listRSORAREL Get the Oracle ReleaseRSPARAM Display all instance parametersRSTXSCRP Transport SAPscript files across systemsRGUGBR00 Substitution/Validation utility RSUSR003 Check the passwords of users SAP* and DDIC in all clients RSUSR006 List users last login RSTXLDMC To Load LOGO's to application serverFrequently Used Standard Programs that every SAP A...SAP ABAP Internal Tables and TypesHow can we pass selection and parameter data to a ...How to use a SAP Interactive Reports grid list?What is SAP ABAP set parameter and get parameter?Sample ABAP Program to Upload Excel document into ...SAP Smartform t...
 
SAP Interactive Reporting
2008-04-06 12:02:03
Interactive reporting allows the user to participate actively in retrieving and presenting data during the session. Instead of one extensive and detailed list, with interactive reporting you create a condensed basic list from which the user can call detailed information by positioning the cursor and entering commands. Interactive reporting thus reduces information retrieval to the data actually required.Frequently Used Standard Programs that every SAP A...SAP ABAP Internal Tables and TypesHow can we pass selection and parameter data to a ...How to use a SAP Interactive Reports grid list?What is SAP ABAP set parameter and get parameter?Sample ABAP Program to Upload Excel document into ...SAP Smartform to Mail as PDF attachmentWhat is a SAP Variant and ...
 
What are the event key words in interactive reporting ?
2008-04-06 12:01:39
Event keywordEventAT LINE-SELECTIONMoment at which the user selects a line bydouble-clicking on it or by positioning thecursor on it and pressing F2.AT USER-COMMANDMoment at which the user presses afunction key.TOP-OF-PAGE DURING LINE-SELECTIONMoment during list processing of asecondary list at which a new page starts.What is a SAP ABAP table cluster?Typical Structure of ABAP ProgramSystem fields used in SAP ABAP interactive Reporti...How to pass data from list to SAP ABAP Report ?When the get cursor command used in SAP ABAP inter...In which system field does the name of current gui...Is the basic list deleted when the new list is sap...What is meant by SAP ABAP List Programming stacked...How to maintain sap abap reporting lists ?Can we call Interacti...
 
What is SAP ABAP Secondary list ?
2008-04-06 12:01:25
Secondary lists allow you to enhance the information presented in the basic list. Theuser can, for example, select a line of the basic list for which he wants to see moredetailed information. You display these details on a secondary list.Secondary lists mayeither overlay the basic list completely or you can display them in an extra window onthe screen. The secondary lists can themselves be interactive again.How to select valid lines for secondary list ? To prevent the user from selecting invalid lines, ABAP/4 offers several possibilities. Atthe end of the processing block END-OF-SELECTION, delete the contents of one ormore fields you previously stored for valid lines using the HIDE statement. At the eventAT LINE-SELECTION, check whether the work area is initial or whether the HIDEstatement...
 
Can we call Interactive reports and transactions from interactive reporting lists ?
2008-04-06 12:01:09
YES.Interactive reporting also allows you to call transactions or other reports from lists. These programs then use values displayed in the list as input values.The user can, for example, call a transaction from within a list to change the database table whose data is displayed in the list.What is a SAP ABAP table cluster?Typical Structure of ABAP ProgramSystem fields used in SAP ABAP interactive Reporti...How to pass data from list to SAP ABAP Report ?When the get cursor command used in SAP ABAP inter...In which system field does the name of current gui...Is the basic list deleted when the new list is sap...What is meant by SAP ABAP List Programming stacked...How to maintain sap abap reporting lists ?Can we call Int...
 
How to maintain sap abap reporting lists ?
2008-04-06 12:00:57
To return from a high list level to the next-lower level (SY-LSIND), the user choosesBack on a secondary list.The system then releases the currently displayed list andactivates the list created one step earlier.The system deletes the contents of thereleased list.To explicitly specify the list level into which you want to place output, set theSY-LSIND field. The system accepts only index values which correspond to existing listlevels.It then deletes all existing list levels whose index is greater or equal to the indexyou specify.For example, if you set SY-LSIND to 0, the system deletes all secondarylists and overwrites the basic list with the current secondary list.What is a SAP ABAP table cluster?Typical Structure of ABAP ProgramSystem fields used in SAP ABAP interactive Reporti...How to p...
 
What is meant by SAP ABAP List Programming stacked list ?
2008-04-06 12:00:42
A Stacked list is nothing but secondary list and is displayed on a full-size screen unless you have specified its coordinates using the window command.What is a SAP ABAP table cluster?Typical Structure of ABAP ProgramSystem fields used in SAP ABAP interactive Reporti...How to pass data from list to SAP ABAP Report ?When the get cursor command used in SAP ABAP inter...In which system field does the name of current gui...Is the basic list deleted when the new list is sap...What is meant by SAP ABAP List Programming stacked...How to maintain sap abap reporting lists ?Can we call Interactive reports and transactions f...What is SAP ABAP Secondary list ?What are the event key words in interactive report......
 
Is the basic list deleted when the new list is sap abap created?
2008-04-06 12:00:30
NO.It is not deleted and you can return back to it using one of the standard navigation functions like clicking on the back button or the cancel button.What is a SAP ABAP table cluster?Typical Structure of ABAP ProgramSystem fields used in SAP ABAP interactive Reporti...How to pass data from list to SAP ABAP Report ?When the get cursor command used in SAP ABAP inter...In which system field does the name of current gui...Is the basic list deleted when the new list is sap...What is meant by SAP ABAP List Programming stacked...How to maintain sap abap reporting lists ?Can we call Interactive reports and transactions f...What is SAP ABAP Secondary list ?What are the event key words in interactive report......
 
In which system field does the name of current gui status is there ?
2008-04-06 12:00:12
The name of the current GUI STATUS is available in the system field SY-PFKEY.What is a SAP ABAP table cluster?Typical Structure of ABAP ProgramSystem fields used in SAP ABAP interactive Reporti...How to pass data from list to SAP ABAP Report ?When the get cursor command used in SAP ABAP inter...In which system field does the name of current gui...Is the basic list deleted when the new list is sap...What is meant by SAP ABAP List Programming stacked...How to maintain sap abap reporting lists ?Can we call Interactive reports and transactions f...What is SAP ABAP Secondary list ?What are the event key words in interactive report......
 
When the get cursor command used in SAP ABAP interactive lists ?
2008-04-06 11:59:57
If the hidden information is not sufficient to uniquely identify the selected line ,the command GET CURSOR is used.The GET CURSOR command returns the name of the field at the cursor position in a field specified after the addition field,and the value of theselected field in a field specified after value.What is a SAP ABAP table cluster?Typical Structure of ABAP ProgramSystem fields used in SAP ABAP interactive Reporti...How to pass data from list to SAP ABAP Report ?When the get cursor command used in SAP ABAP inter...In which system field does the name of current gui...Is the basic list deleted when the new list is sap...What is meant by SAP ABAP List Programming stacked...How to maintain sap abap reporting lists ?Ca...
 
How to pass data from list to SAP ABAP Report ?
2008-04-06 11:59:43
ABAP/4 provides three ways of passing data:---Passing data automatically using system fields---Using statements in the program to fetch data---Passing list attributesWhat is a SAP ABAP table cluster?Typical Structure of ABAP ProgramSystem fields used in SAP ABAP interactive Reporti...How to pass data from list to SAP ABAP Report ?When the get cursor command used in SAP ABAP inter...In which system field does the name of current gui...Is the basic list deleted when the new list is sap...What is meant by SAP ABAP List Programming stacked...How to maintain sap abap reporting lists ?Can we call Interactive reports and transactions f...What is SAP ABAP Secondary list ?What are the event key words in interactive report......
 
System fields used in SAP ABAP interactive Reporting
2008-04-06 11:59:30
The SY-LSIND system field contains the index of the list currently created. Whilecreating a basic list, SY-LSIND equals 0.With each interactive event, the system automatically sets the following system fields:System field InformationSY-LINCT total line count of a listSY-LINNO current line no where cursor is placed.SY-LSIND Index of the list currently created during the current event (basic list = 0)SY-LISTI Index of the list level from which the event was triggeredSY-LILLI Absolute number of the line from which the event was triggeredSY-LISEL Contents of the line from which the event was triggeredSY-CUROW Position of the line in the window from which the event was triggered(counting starts with 1)SY-CUCOL Position of...
 
Typical Structure of ABAP Program
2008-04-06 11:59:11
1. Report Definitions2. Table and Data definitions3. Initialization event4. Screen Select Options/Inputs5. Selection-screen event6. Start-of-selection event7. Performs and other Events Statements8. End-of-selection event1. Initialization• Triggered prior to first display of selection screen• To specify Default value in SELECT-OPTIONS2. At Selection-Screen• Processed after the selection screen value are entered• For validation of screen accepts• Returns back to SELECT-OPTIONS4. START-OF-SELECTION & END-OF-SELECTION• This is implicit in any ABAP/4 program• Start & end of main processing logic• More in use with logical database access• All Statements between START-OF-SELECTION and END-OF-ELECTION isonly executed• By Default , no n...
 
 
 
 
eXTReMe Tracker