How to Easy... Insert Standard Change Log
Sometimes we need to insert a change log when updating standard tables.Here I'll show how to easy insert this change log. In this example, we will insert a log for VBKD table, from VAXX transactions.In...
View ArticleProduction Variance
*&---------------------------------------------------------------------**& Report Z_COPA_PROD_VARIANCE*&*&---------------------------------------------------------------------**&...
View ArticleRoyalty Calculation
*&---------------------------------------------------------------------**& Report Z_COPA_ROYALTY*& Description : Royalty development...
View ArticleHow to Easy... Load an HTML Page into Internal Table
here is a simple code to load an HTML page into a internal table: " Local Vars DATA: lo_client TYPE REF TO if_http_client, lc_url TYPE string, lc_content TYPE string, lt_html...
View ArticleAdding Z fields to Asset Master screen (AIST0002) . T-codes (AS01/AS02/AS03)
Hi, This document will brief about the enhancement of t-code AS01/AS02/AS03. the screen enhancement for these t-code is different as here we will enhance t-code using the customizing request and not by...
View ArticleDisplaying Inventory Details - with Material Type, Days as a Selection Screen...
*Purpose: Created Customized Report with Reference to MB5B T-code with Material Type and days as a Selection Criteria- for Displaying Slow Moving and NoN Moving Stock in ALV GRID...
View ArticleHow to Easy... Save Smartform in PDF File
This is a simple routine to save your smartform into a PDF file: " Local VarsDATA: lc_fm_name TYPE rs38l_fnam, ls_control_par TYPE ssfctrlop, ls_job_output TYPE ssfcrescl,...
View ArticleHow to Easy... Maintain Sales Order / Quotation BOM
Here is a code snippet to update a BOM related to Sales Order or Quotation (transaction CS62).You can load current BOM an change any field you need, or insert new itens to this BOM. " Local VarsDATA:...
View ArticleGet an Employee’s Planned Work Shift START TIME and END TIME
PA30 is the transaction used for HR master data maintenance. Below are the steps to follow at transaction level to get the Work Schedule details of an employee: 1. Enter any personnel number in...
View ArticleHow to Easy... Create a Search Help by code and fill more than one field in...
Sometimes we need to create a custom search help and fill more than one field in screen with a single selection.This can be easily achieved by using FM to create this Search Help.Here is an example to...
View ArticleHow to Easy... Load an HTML Page into Internal Table
here is a simple code to load an HTML page into a internal table: " Local Vars DATA: lo_client TYPE REF TO if_http_client, lc_url TYPE string, lc_content TYPE string, lt_html...
View ArticleSimple program to download excel in MHTML format from internal table
Simple program to download excel in MHTML format from internal table ( ex: can be used in case of downloading icons,subtotals, coloring etc ). This program is just a sample created for my...
View ArticleSet or Reset the status of a Project Definition/ WBS element
The business might have large number of projects which need their status changed. In general, the statuses are updated one by one through standard SAP transactions, which is time consuming. Therefore,...
View ArticleSAPGUI versions and patches inventory.
I have some questions, when begun deployment sapgui’s for clients computers our company. How to get what version and patch on the host? As we know, SM04 get version and IP, but no Patch...
View ArticleField Symbols (how to use practically??)
When I began learning the concept of field symbols , it looked quite scary with all the brackets and new syntax. But now after using it almost on a regular basis I actually am kind of tempted to use it...
View ArticleHow to Easy... Load an HTML Page into Internal Table
here is a simple code to load an HTML page into a internal table: " Local Vars DATA: lo_client TYPE REF TO if_http_client, lc_url TYPE string, lc_content TYPE string, lt_html...
View ArticleAdding Z fields to Asset Master screen (AIST0002) . T-codes (AS01/AS02/AS03)
Hi, This document will brief about the enhancement of t-code AS01/AS02/AS03. the screen enhancement for these t-code is different as here we will enhance t-code using the customizing request and not by...
View ArticleMaterial Number Conversion problem in Standard function module...
Hi, I am using the standard function module '/SAPHT/DRM_MAT_BOM_READ' for BOM explosion in my program. It will explode child parts belonging to the part number. It is not exploding for the part number...
View ArticlePrinting an image on a Zebra Label
Zebra Printer Control Language (ZPL) has commands to build some basic shapes like Line, Box etc. They each have definite parameters like origin, thickness etc. which can be used. But in case the...
View ArticleSAPGUI versions and patches inventory.
I have some questions, when begun deployment sapgui’s for clients computers our company. How to get what version and patch on the host? As we know, SM04 get version and IP, but no Patch...
View Article