SAP-PP-CRP - class based Capacity Evaluation and Leveling - CL_PRPL_*
Hi guys,I am currently working on a capacity planning and evaluation report trying to use SAP standard objects or functions. So far I was testing and analyzing the following...
View ArticleCreating an Inbound IDOC in the same system.
The requirement is to create an Inbound IDOC in the same system. The input data can be from an input file with values in it. We can create a custom program and call function module...
View ArticleDelete custom tcodes for deleted custom reports
Why did we get the issues One great security action on our systems last year was to delete and optimize hundreds of old and unsecure programs. But after that huge clean-up campaign we sometimes got...
View ArticleCancelling a Work item / User Decision Step based on an Event Using “Wait for...
Prerequisites: Basic Knowledge on Workflow Summary: In this scenario we use a workflow step when an inbound delivery is created . The workflow is routed to a Buyer who can approve or reject the...
View ArticleWebcam in ABAP via ActiveX
Playing With ActiveX in ABAPIntroduction:In this document i will show you how to access your webcam in ABAP CFW via ActiveX controls and I will give you idea how to play with ActiveX ....
View ArticleGoods Receiving slip printout - Example for using a Template
A template is a kind of table in a smart form which has a fixed layout i.e. the layout is defined before hand. This is a example form for using Templates and Bar Codes in a Smart form: Following are...
View ArticleCreate Dynamic Table using RTTS and display in ALV
This document stems from the documentDynamic Internal Table iIlustrated with an example of creating the transpose of internal tablewhich explains use of field symbols, data references and creating a...
View ArticleProgram to extract any ALV in background to Excel
The standard behavior of ECC when running a ALV report in background of sending the output to spool, which of course can be converted to a html table or plain text file, is slightly frustrating. What...
View ArticleSpain Modelo 340 - Interval OSS Note and Abap example
Hello, For Spain, there is a standard transaction that allow you generate the monthly declaration called M340. The standard transaction is S_E4A_94000356 - Report RFIDESM340 This transaction generates...
View ArticleCreate Bex Broadcast settings dynamically Via ABAP Program step by step document
Applies to:SAP BWSummaryTo create BEx broadcast settings via ABAP program dynamically instead of via portal.Author(s): Khaja Kamaluddin, Divya John, Vinay Singh.Company: Larsen and Toubro...
View ArticleCL_SALV_TABLE - Exception Column Text Change
This document helps in understanding the code to be implemented for displaying report using CL_SALV_TABLE for showing TRAFFIC LIGHTS Generally when displaying TRAFFIC LIGHTS, we use...
View ArticleGoods Receiving slip printout - Example for using a Template
A template is a kind of table in a smart form which has a fixed layout i.e. the layout is defined before hand. This is a example form for using Templates and Bar Codes in a Smart form: Following are...
View ArticleProgram to merge spool requests for a given job
There are sometimes specific need to create a single spool request combining number of spool requests together, generated for a given job.The following program creates a single spool merging all the...
View ArticleBATCH DETERMINATION Function Module
Purpose This document explains how to get Batch using VB_READ_BATCH Function Module. Requirement We can see Batch for an Article through Transaction MMBE. VB_READ_BATCH Function Module The Function...
View ArticleThe case of "Scalable Vector Graphics in mail attachments"
Recently I saw some requests to send some graphics in mail attachments. I look around and as far as I know (Which is questionable....) I did not found any built in support in SAP (Please correct me if...
View ArticleTwo Different types of Parallel Processing examples
Purpose & Overview:We all know how to upload data into SAP but many of us not aware of best possible way to upload the data in to sap. Now, if you are dealing with small volume of data then there...
View ArticleDisplay the technical name of transaction
Transactions are mentioned with a short text but not with the technical name.Each transaction has a technical code name.Showing the transaction code technical name allows a user to execute the...
View ArticleObjectify: ABAP Objects Model for BDC
This is my first contribution to Project Objectify which is being "revived" by Bruno Esperança. This an Object-Oriented approach for BDC processing. I'm aware that there is already a model published...
View ArticleVery simple ALV in pop-up window
Hello, colleagues!It may be useful in everyday programming to use quick and simple solutions.So, I wrote a function module 'Z_VERY_SIMPLE_ALV' which allows you to display an ALV grid in a pop-up window...
View ArticleEnhancement Framework - Extension Index
Extension IndexMost known practice to speed up searches on the standard tables is to create secondary indexes. SAP has introduced a new enhancement technique called Extension index as part of...
View Article