Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Login

Login to view more content!!!





Lost Password?
No account yet? Register

Registered Access

Downloads

Downloads Home »  Downloads Home

DocumentsDate added

Order by : name | date | hits [ descendent ]
file icon ABAP Tips and Tricks hot!
23.01.2007
Table of Contents CHAPTER 1 USEFUL TRANSACTIONS 31.1 EDI SPECIFIC TRANSACTIONS 31.1.1 SCHEDULING AGREEMENTS 31.2 856 OUTPUT DETERMINATION 31.3 810 OUTPUT DETERMINATION 31.4 855 OUTPUT DETERMINATION 31.5 IDOC ADMINISTRATION 31.6 IDOC DEVELOPMENT 41.7 REQUIREMENTS CODING 41.8 SALES 41.9 GENERAL 41.9.1 COMMON TABLES 5CHAPTER 2 USEFUL PROGRAMS 72.1 FUNCTION MODULES 72.1.1 USEREXIT_KOMKBV1_FILL. 72.1.2 MASTER_IDOC_DISTRIBUTE 72.1.3 IDOC_STATUS_WRITE_TO_DATABASE 72.1.4 IDOC_TYPE_COMPLETE_READ 72.2 PROGRAMS 112.2.1 RV80HGEN 112.2.2 SCHEDULING OF SYSTEM MAINTENANCE JOBS 122.3 INCLUDES 122.3.1 MBDCONWF – IDOC DEFINITIONS 122.4 FIELDS 12CHAPTER 3 GENERAL PROGRAMMING 143.1 BAPIS 143.2 DIALOG PROGRAMMING 143.2.1 ADDING CUSTOM BUTTONS ON ALV GRID CONTROLS 143.2.2 ENTERING TEXT 173.2.3 PROCESS ON VALUE REQUEST – F4 193.3 REPORTS 213.3.1 REFRESHING DATA ON REPORTS 213.3.2 TREE REPORTS 213.3.3 INITIALIZING DATE RANGES ON SELECTION-OPTIONS 253.3.4 REPORT HEADINGS 253.3.5 POPUP SELECTION – GET FILENAME 253.3.6 CHECKBOXES IN REPORTS 253.3.7 LIST BOXES ON SELECTION SCREENS 263.3.8 AT LINE SELECTION 263.3.9 DYNAMIC SELECTION SCREENS 273.4 GENERAL 283.4.1 EXECUTING A PROGRAM 283.4.2 CHANGING \ CREATING REQUIREMENTS 283.4.3 DISPLAYING TRANSACTION 283.4.4 GUI-STATUS 283.4.5 DOCUMENT FLOW 283.4.6 MAINTAINING TRAILING SPACES WHEN DOWNLOADING TO PC 293.4.7 HIDING ABAP SOURCE CODE 293.4.8 WHERE IN IMG IS A TABLE CONFIGURED 293.4.9 EDITOR TIPS (*EJECT AND *$*$) 293.4.10 LIST OF WAYS TO TRANSPORT VARIANTS 293.4.11 CHECKING FOR BACKGROUND PROCESSING 303.5 FILE PROCESSING 303.5.1 FTP A FILE TO ANOTHER SERVER 303.5.2 DATASET 313.5.3 WS_DOWNLOAD 323.5.4 GUI_DOWNLOAD WITH POPUP FILENAME REQUEST 323.6 MACROS 333.7 SELECT STATEMENTS 353.7.1 JOINS 35CHAPTER 4 IDOC PROGRAMMING 364.1 CREATING AN IDOC 364.2 SENDING AN IDOC 364.3 CHANGING AN IDOC 364.4 CHANGING AN IDOC’S STATUS 374.5 READING AN IDOC 374.5.1 EXAMPLE – OPEN DOCUMENT FOR READ 374.6 DISPLAYING AN IDOC 384.7 IDOC TYPE POOL 384.8 LAUNCHING AN ERROR WORKFLOW 384.9 RETURNING IDOCS LINKED TO DOCUMENTS 404.9.1 * RETURN THE LIST OF IDOCS LINKED TO THE DELIVERY 404.9.2 * RETURN THE LIST OF IDOCS LINKED TO THE INVOICE 404.9.3 VERSION 4.6X 404.10 EXAMPLES 424.10.1 WRITE IDOC STATUS 424.10.2 BDC PROCESSING IDOC STATUS UPDATE 424.10.3 MAILING IN SAP 444.10.4 PROGRAM EXAMPLE – REPORT TO SHOW EDI STATUS 494.10.5 EXAMPLE UPLOAD FILE TO IDOC 624.10.6 IDOC CREATION FROM INBOUND FILE 694.10.7 LIST TRANSACTIONS 804.10.8 REPORT WITH JOINS AND MACROS 824.10.9 GRAPHICAL POPUP PROGRESS DISPLAY 894.10.10 CHANGE IDOC STATUS TO ERROR STATUS AND SEND TO WORKFLOW 894.10.11 REPORT TO DOWNLOAD PROGRAMS 964.10.12 DISPLAY TABLE IN HTML 1054.10.13 TREE REPORTS 1084.10.14 SHELL LIST REPORT OFF A TABLE - NAST 1114.10.15 ALV REPORT 1164.10.16 SAP GENERATED REPORT \ DIALOG PROGRAM 1204.10.17 LIST OF TRANSACTIONS REPORT 131CHAPTER 5 INDEX 134
Hits: 1211
file icon ALV Report Template hot!
23.01.2007
Use this document / code as a template for your ALV report.
Hits: 682
file icon BDC Recording hot!
23.01.2007
Using SHDB this document describes, using screenshots, how to create a BDC session.
Hits: 530
file icon BAPI - Step by Step Example hot!
31.01.2007
This BAPI reads system status for a production order from table JEST and system status text from table TJ02TNameZGetOrderStatusFunction groupZBAPISTATUSFunction module:Z_BAPI_GET_ORDER_STATUSImport parameters:ORDER_STATUS_IMPORT type ZBAPI_ORDER_STATUS_IMPORT:AUFNR Order number (Keyfield)SPRAS LanguageExcludeInactive - Checkbox - Exclude inactive statusTablesT_BAPISTAT type ZBAPISTAT:OBJNR like JEST-OBJNRSTAT like JEST-STATINACT like JEST-INACTTXT04 like TJ02T-TXT04TXT30 likeTJ02T-TXT30Export parametersRETURN like BAPIRETURN
Hits: 614
file icon Using ALV Grid in Reports hot!
31.01.2007
This document is from an unknown author.After a report has been generated, there are many options available for customizing the data within the ALV grid. This document describes the options available to you when using an ALV control. NB:If you have an ALV report that does not contain some of the described features then it's possible that the programmer did not enable them. See other articles on ALV on how to activate these features (See example (content/view/32/32/) )
Hits: 755
file icon Conversion of IDOC to XML format hot!
14.02.2007
This article details about the step by step in conversion of IDOCs to XML format for further use in XI or any other application. It is assumed that the reader of this article has some knowledge in ALE, IDOCs and Change Pointers.Scenario: Conversion of the Material IDOC (Message type: MATMAS) to XML format and store the same in the application server of SAP.ApproachChange pointers are used for sending IDOCs for master data like Material Master. To work with Change pointers, following two steps have to be performed:• Turn on change pointer update generally• Providing the message types to be included for change pointer updation.
Hits: 470
file icon BAPIStepbystepGuidance hot!
31.03.2007
This Document gives clear details about BAPI'S Step by step approach.
Hits: 425
file icon User Exits Described hot!
15.05.2007
Document describing user exits. It's bonus material provided for the ABAP book located at http://www.201interviewquestions.com/books/abap.htm (http://www.201interviewquestions.com/books/abap.htm) P.Renjith Kumar
Homepage: http://www.201interviewquestions.com/books/abap.htm
Hits: 519
file icon SAP Performance & Tuning hot!
15.05.2007
Document describing performance tuning in the ABAP space. This document is bonus material for the book located at http://www.201interviewquestions.com/books/abap.htm (http://www.201interviewquestions.com/books/abap.htm) P.Renjith Kumar
Hits: 448
file icon BAPIs described hot!
16.05.2007
Describing the use of BAPIs, this document is part of the bonus material for the ABAP book by P. Renjith Kumar (http://www.201interviewquestions.com/books/abap.htm (http://www.201interviewquestions.com/books/abap.htm) )
Homepage: http://www.201interviewquestions.com/books/abap.htm
Hits: 508
file icon RFC - How to Guide hot!
18.05.2007
Step by step guide for setting up an RFC . For beginners.
Hits: 575
file icon SAP Quick Viewer hot!
22.05.2007
ABAP Reporting using Reporting Tool SAP Quick Viewer.Renjith Kumar
Hits: 527
file icon SAP Order Status tables and Doc Flow table hot!
26.05.2007
Tables VBUK, VBUP and VBFA listed with what their values mean.
Hits: 569
file icon ABAP Tips - System Fields, Program Types, Screen Types, ...
17.07.2008
System fields described in detailProgram Types describedScreen types described Processing block type described
Hits: 66
file icon BAPI list from ECC, CRM and SCM (5.0)
12.08.2008
A complete list of available BAPIs for ECC 5.0, SCM 4.0 and CRM 4.0. It includes obsolete BAPIs and when they were obsolete from.
Hits: 36

Google Search

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor