Fetch Infotype records through class concept!
TABLES : pernr.NODES : peras.DATA: o_infty TYPE REF TO if_hrsen_read_infotype.DATA: x_0001 TYPE p0001.DATA: t_prelp_tab TYPE STANDARD TABLE OF prelp.DATA: t_0001 TYPE...
View ArticleNotice via EMAIL the result of a JOB
Helloguys, iattachmentan exampleforthejobnotifytheresultingreleasedby youviaemail.You mustuse theroutinein thereportofjobfairat the end ofthe process.Using the parameter 'flag' to indicatethe...
View ArticleGetting Started with ABAP - What is ABAP?
ABAP'S History in BriefWhen you program with ABAP on the application server, you profit from a range of services, which in other languages would have to be programmed manually with a great amount of...
View ArticleApplication Log implementation
Application Log implementation To implement basic functionality of application log we need to create object and sub object. Creation of object and sub object: For creating object and sub object go to...
View ArticleSCN Trial Editions: SAP NetWeaver Application Server ABAP 7.4
Latest NewsAug 28, 2013: We updated the ABAP on SAP HANA trial edition to AS ABAP 7.4 SP03 on SAP HANA 1.00.63. Get your hands on the latest release of SAP NetWeaver Application Server ABAP, learn more...
View ArticleHow to set up and run AS ABAP 7.4 trial instances provided as virtual appliance
The following document references the most important guides and tutorials for creating, running and operating the AS ABAP 7.4 trial instances provided as virtual appliances by the SAP Cloud Appliance...
View ArticleMaterial Closing Stock As on Given Date
Business Requirement There is always a situation that Inventory Management wants to look back the stock of any given material for a given date (Past). There are couple of Reports MB5B, MB52 which can...
View ArticleNow validate employee's country grouping through class!!
TABLES : pernr.NODES : peras.INFOTYPES : 0001.FIELD-SYMBOLS : <fs_p0001> TYPE p0001.CONSTANTS : c_molga TYPE molga VALUE 'AE'.START-OF-SELECTION.GET peras.* Check if molga is a UAE...
View ArticlePayresult using Class!!
TABLES: pernr.NODES: person , peras.CONSTANTS: c_molga TYPE molga VALUE '99'. DATA gt_peras_results TYPE h99_hr_pay_result_tab.DATA gt_person_results TYPE h99_hr_pay_result_person_tab.DATA go_prr...
View ArticlePreparing video tutorials and calling from SAP tcodes
One of the difficult things about learning any new software system is understanding how to use it. SAP is no exception, especially custom tcodes which each customer organization develops based on their...
View ArticleUnderstanding Debugging Techniques in SAP ABAP
OBJECTIVE:This document will give an overview about the debugging apporach in SAP ABAP.Introduction:ABAP Debugger:An integrated test tool within the ABAP workbenchUsed to check program logic and find...
View ArticleApplication Log implementation
Application Log implementation To implement basic functionality of application log we need to create object and sub object. Creation of object and sub object: For creating object and sub object go to...
View ArticleDisplay Different Font Sizes And Styles In A Simple ABAP Report
Purpose: The purpose of this document is to show how to display an ABAP report with different font sizes and font styles. Prerequisites: Concept of ABAP objects and Controls Scenario It is required to...
View ArticleAssigning SAP reserved function keys (F1, F3 & F4) in Custom Push button of...
This document itemizes the steps and the ABAP coding that is required to assign SAP reserved Function Keys (F1, F3 and F4) in custom push buttons of a custom screen in any Module Pool Program....
View ArticleHow to Upload Long Text into SAP Using Excel Sheet and SAVE_TEXT Function Module
Many times user may have requirement during uploading the data into SAP as below points.Upload the Long Text into SAP Using Excel Sheet (i.e. here I am explaining about a PO Text in MM Screen).Long...
View ArticleDisplaying Records in Tabular Format in RF Screen
In The RF Programming Table Controls can not be created. But the following Code can create virtual table where the user can navigate up and Down.Due to Space restriction in RF, only some fields are...
View ArticleEvaluation Path : How to create and use
The objective of this document to give practical scenarios on how Evaluation Paths can be created and used in our applications. It also helps in understanding how the Evaluation Path fetches data from...
View ArticleTransition strategy criteria
IntroductionIn order to evaluate the interface transition options, the below criteria should be considered for an evaluation and to aid the traceability of requirements.Transition Period, the period of...
View ArticleGregorian Date to Hijiri Date Conversion
Business Requirement. In SAP Saudi Implementations, the HR Module that has lot of Dates that are being captured for the employee. However, in the reports and/or display the respective dates are being...
View Article