SAP R/3
Viewing 0 - 20 out of 20 Articles
Dialog Programming
- Program to calculate modified mod 10 check digit
This program is stand-alone and can be incorporated in any program when you need to calculate modified mod 10 check digit as per UPS label requirements. Code REPORT Z_mod_check_digit. *This ... - Pop-up Dialog screens in ABAP.
SAP has many build in functions that displays pop-up dialog screens. Pop up a dialog screen and allow user to pick a selection WS_MSG - Create a dialog box in which you display an one-line mess ... - Running a program with a variant where date changes every day
Hi SAPpers, I am trying to run a program with a variant. The program has a dat= field as a parameter. Now this program has to be run everyda ... - Review Components of Dialog Program
Review Components of Dialog Program Overview of Components Unlike report, interface, and conversion development which generally entails the creation of one autonomous program which can be exec ... - Steps to Create an ABAP Program
Steps to Create an ABAP Program Process of creating and running a simple ABAP program. In short this involves (i) specifying a set of program attributes, (ii) entering the source code, (ii ... - Program Modularisation
Why Modularisation? Improve program structure Make the program easier to maintain and update Improve readability Reduce redundancy Allow for component reuse Event proce ... - General - Number Range Generation
* In the 4.6x environment, SAP have included a number range generation * program just like those used for Purchase Order, Sales Order etc. * * This SAP number range generation is an include program ... - Programming in ABAP
Programming in ABAP Basic Program Structure Controlling the Flow of an ABAP Program Objectives Aim is to introduce concepts associated with creating and executing an ABAP program ... - Basic Concept of Dialog Programming
Basic Concepts Explained : STATUS ICON Status icon is used in screens to indicate visually about the status of the program.Before the status icon can be used ,it should be placed on the scre ... - Change the Input Fields Dynamically in a Screen
ABAP Dialog Programming Questions: How to change the input fields dynamically in a screen which consists of 9 text fields? Moreover the user must not enter values in some of the input fields w ... - Program to Get total work-process count on all application servers
Purpose: Get total count of all work-processes system-wide, FUNCTION Z_GET_WP_COUNT. *"---------------------------------------------------------------------- *"*"Local inte ... - Delete a Particular Record in ITAB, ABAP Program
* ABAP PROGRAM TO DELETE A PARTICULAR RECORD IN ITAB DATA: BEGIN OF itab OCCURS 0, empid(8), empname(9), END OF itab. itab-empid = '10'. itab-empname = 'XYZ'. APPEND itab. CLEAR itab. itab-em ... - ABAP programs for ASCII and EBCIDIC conversions
>Previously we have handled all of our ASCII to EBCIDIC conversions either >with a mapping tool or from callls to a C program. One of our developres >has a design in which he needs to have these ... - Selected row in a screen table
>Hi! >I have created a screen in full screen editor and added a screen table. I >have populated this table with data, but I don't know how to check wether a >row was selected or not. I know that I ... - What are the difference between table controls and step loops in dialog programming ?
1.Function modules use a special screen to define the parameters where as subroutines use the same ABAP/4 editor to define its parameters. 2.Tables work area can be commonly shared by calling progr ... - Reading attribute of a BOR (Business Object) in ABAP
Many times I've looked at transaction SWO1 for a business object and seen how it displays all sorts of useful functions (e.g Line Item Texts etc. etc.). Many of these attributes can only be got at in ... - SY-UCOMM and OK_CODE in Dialog Program
What is the difference between SY-UCOMM and OK_CODE in Dialog Program? sy-ucomm is for doing the functions what the user wishes to do at that particular event. You use it in menus and other place ... - Common used of Dialog Screen for Display, Change, Delete
It is not required of you to create and maintain different dialog screen for each screen functions for Create, Change, Delete and Dispaly. You can shared the used of a single Dialog Screen and used t ... - How to call a dialog screen from a report and passing data
Make a report Add a pf-status with a botton to call the dialog screen Make the dialog screen. For every field in the dialog screen you want to pass to the report, mark the SET parameter c ... - Simple example of how to make a dialog program
Checklist for simpe dialog program Create the program Create a new program in the repository browser (Transaction SE80) . Name standard for dialog programs is SAPMZ In the attributes window: ...
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 19 Jan 2012 10:00 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 18 Jan 2012 10:36 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 18 Jan 2012 10:18 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: shobha kumari | Date: 18 Jan 2012 8:11 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: shobha kumari | Date: 18 Jan 2012 6:02 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: shobha kumari | Date: 16 Jan 2012 10:47 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 16 Jan 2012 10:06 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: shobha kumari | Date: 16 Jan 2012 8:09 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: rekha | Date: 05 Jan 2012 9:41 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 23 Dec 2011 6:28 am | Comments (2)
Posted in: ABAP » Dialog Programming | By: Shailesh Singh | Date: 12 Jul 2011 5:06 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: rekha | Date: 07 Jun 2011 6:42 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 01 Jul 2009 9:16 am | Comments (1)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 19 Jun 2009 7:05 am | Comments (1)
Posted in: ABAP » Dialog Programming | By: rekha | Date: 17 Feb 2008 3:50 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 26 May 2007 10:11 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 23 May 2007 6:06 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 23 May 2007 6:02 am | Comments (0)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 27 Apr 2007 9:39 pm | Comments (0)
Posted in: ABAP » Dialog Programming | By: saketpratap | Date: 27 Apr 2007 8:33 am | Comments (0)
1
Tutorials | Forum | Books | Interview Questions | Transaction Codes | Institutes | Jobs | Classifieds | News | Announcements
SAP ERP Support/Consulting | RSS/Syndication | Contact Us | Terms Of Use | Terms & Conditions
SAP ERP Support/Consulting | RSS/Syndication | Contact Us | Terms Of Use | Terms & Conditions
©2005-2011 SAP Techies. All rights reserved.