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 »  Tips and Tricks

DocumentsDate added

Order by : name | date | hits [ descendent ]
file icon ABAP Tips - System Fields, Program Types, Screen Types, ...
17.07.2008

System fields described in detail

Program Types described

Screen types described 

Processing block type described 

Hits: 47
file icon ABAP Tips and Trickshot!
23.01.2007
Table of Contents
 
CHAPTER 1    USEFUL TRANSACTIONS    3
1.1    EDI SPECIFIC TRANSACTIONS    3
1.1.1    SCHEDULING AGREEMENTS    3
1.2    856 OUTPUT DETERMINATION    3
1.3    810 OUTPUT DETERMINATION    3
1.4    855 OUTPUT DETERMINATION    3
1.5    IDOC ADMINISTRATION    3
1.6    IDOC DEVELOPMENT    4
1.7    REQUIREMENTS CODING    4
1.8    SALES    4
1.9    GENERAL    4
1.9.1    COMMON TABLES    5
CHAPTER 2    USEFUL PROGRAMS    7
2.1    FUNCTION MODULES    7
2.1.1    USEREXIT_KOMKBV1_FILL.    7
2.1.2    MASTER_IDOC_DISTRIBUTE    7
2.1.3    IDOC_STATUS_WRITE_TO_DATABASE    7
2.1.4    IDOC_TYPE_COMPLETE_READ    7
2.2    PROGRAMS    11
2.2.1    RV80HGEN    11
2.2.2    SCHEDULING OF SYSTEM MAINTENANCE JOBS    12
2.3    INCLUDES    12
2.3.1    MBDCONWF – IDOC DEFINITIONS    12
2.4    FIELDS    12
CHAPTER 3    GENERAL PROGRAMMING    14
3.1    BAPIS    14
3.2    DIALOG PROGRAMMING    14
3.2.1    ADDING CUSTOM BUTTONS ON ALV GRID CONTROLS    14
3.2.2    ENTERING TEXT    17
3.2.3    PROCESS ON VALUE REQUEST – F4    19
3.3    REPORTS    21
3.3.1    REFRESHING DATA ON REPORTS    21
3.3.2    TREE REPORTS    21
3.3.3    INITIALIZING DATE RANGES ON SELECTION-OPTIONS    25
3.3.4    REPORT HEADINGS    25
3.3.5    POPUP SELECTION – GET FILENAME    25
3.3.6    CHECKBOXES IN REPORTS    25
3.3.7    LIST BOXES ON SELECTION SCREENS    26
3.3.8    AT LINE SELECTION    26
3.3.9    DYNAMIC SELECTION SCREENS    27
3.4    GENERAL    28
3.4.1    EXECUTING A PROGRAM    28
3.4.2    CHANGING \ CREATING REQUIREMENTS    28
3.4.3    DISPLAYING TRANSACTION    28
3.4.4    GUI-STATUS    28
3.4.5    DOCUMENT FLOW    28
3.4.6    MAINTAINING TRAILING SPACES WHEN DOWNLOADING TO PC    29
3.4.7    HIDING ABAP SOURCE CODE    29
3.4.8    WHERE IN IMG IS A TABLE CONFIGURED    29
3.4.9    EDITOR TIPS (*EJECT AND *$*$)    29
3.4.10    LIST OF WAYS TO TRANSPORT VARIANTS    29
3.4.11    CHECKING FOR BACKGROUND PROCESSING    30
3.5    FILE PROCESSING    30
3.5.1    FTP A FILE TO ANOTHER SERVER    30
3.5.2    DATASET    31
3.5.3    WS_DOWNLOAD    32
3.5.4    GUI_DOWNLOAD WITH POPUP FILENAME REQUEST    32
3.6    MACROS    33
3.7    SELECT STATEMENTS    35
3.7.1    JOINS    35
CHAPTER 4    IDOC PROGRAMMING    36
4.1    CREATING AN IDOC    36
4.2    SENDING AN IDOC    36
4.3    CHANGING AN IDOC    36
4.4    CHANGING AN IDOC’S STATUS    37
4.5    READING AN IDOC    37
4.5.1    EXAMPLE – OPEN DOCUMENT FOR READ    37
4.6    DISPLAYING AN IDOC    38
4.7    IDOC TYPE POOL    38
4.8    LAUNCHING AN ERROR WORKFLOW    38
4.9    RETURNING IDOCS LINKED TO DOCUMENTS    40
4.9.1    * RETURN THE LIST OF IDOCS LINKED TO THE DELIVERY    40
4.9.2    * RETURN THE LIST OF IDOCS LINKED TO THE INVOICE    40
4.9.3    VERSION 4.6X    40
4.10    EXAMPLES    42
4.10.1    WRITE IDOC STATUS    42
4.10.2    BDC PROCESSING & IDOC STATUS UPDATE    42
4.10.3    MAILING IN SAP    44
4.10.4    PROGRAM EXAMPLE – REPORT TO SHOW EDI STATUS    49
4.10.5    EXAMPLE UPLOAD FILE TO IDOC    62
4.10.6    IDOC CREATION FROM INBOUND FILE    69
4.10.7    LIST TRANSACTIONS    80
4.10.8    REPORT WITH JOINS AND MACROS    82
4.10.9    GRAPHICAL POPUP PROGRESS DISPLAY    89
4.10.10    CHANGE IDOC STATUS TO ERROR STATUS AND SEND TO WORKFLOW    89
4.10.11    REPORT TO DOWNLOAD PROGRAMS    96
4.10.12    DISPLAY TABLE IN HTML    105
4.10.13    TREE REPORTS    108
4.10.14    SHELL LIST REPORT OFF A TABLE - NAST    111
4.10.15    ALV REPORT    116
4.10.16    SAP GENERATED REPORT \ DIALOG PROGRAM    120
4.10.17    LIST OF TRANSACTIONS REPORT    131
CHAPTER 5    INDEX    134

Hits: 1188
file icon ALV Report Templatehot!
23.01.2007
Use this document / code as a template for your ALV report.
Hits: 673
file icon BAPI - Step by Step Examplehot!
31.01.2007

This BAPI reads system status for a production order from table JEST and system status text from table TJ02T

Name

ZGetOrderStatus

Function group

ZBAPISTATUS

Function module:

Z_BAPI_GET_ORDER_STATUS

Import parameters:

ORDER_STATUS_IMPORT type ZBAPI_ORDER_STATUS_IMPORT:

  • AUFNR Order number (Keyfield)
  • SPRAS Language
  • ExcludeInactive - Checkbox - Exclude inactive status

Tables

T_BAPISTAT type ZBAPISTAT:

  • OBJNR like JEST-OBJNR
  • STAT like JEST-STAT
  • INACT like JEST-INACT
  • TXT04 like TJ02T-TXT04
  • TXT30 likeTJ02T-TXT30

Export parameters

RETURN like BAPIRETURN

Hits: 604
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: 23
file icon BAPIs describedhot!
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 )
Homepage: http://www.201interviewquestions.com/books/abap.htm
Hits: 501
file icon BAPIStepbystepGuidancehot!
31.03.2007
This Document gives clear details about BAPI'S Step by step approach.
Hits: 418
file icon BDC Recordinghot!
23.01.2007
Using SHDB this document describes, using screenshots, how to create a BDC session.
Hits: 524
file icon Conversion of IDOC to XML formathot!
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.
Approach
Change 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: 462
file icon RFC - How to Guidehot!
18.05.2007
Step by step guide for setting up an RFC . For beginners.
Hits: 566
file icon SAP Order Status tables and Doc Flow tablehot!
26.05.2007
Tables VBUK, VBUP and VBFA listed with what their values mean.
Hits: 559
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

 P.Renjith Kumar 

Hits: 438
file icon SAP Quick Viewer hot!
22.05.2007

ABAP Reporting using Reporting Tool SAP Quick Viewer.

Renjith Kumar 

Hits: 519
file icon User Exits Describedhot!
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

 P.Renjith Kumar

Homepage: http://www.201interviewquestions.com/books/abap.htm
Hits: 507
file icon Using ALV Grid in Reportshot!
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 )

Hits: 744

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