Posts

Wallpapers for Android and iOS

Image
Below are a few Wallpapers which look great on Android & iOS. Note that these wallpapers are picked up placed at the below link from different sources and are not provided by this website.

SAP ABAP - Custom Enhancement Switch Framework

Image
Enhancement implementation process The execution of every enhancement will be controlled based on entries in tables, for module-specific parameters (Sales Org, Company Code, etc.). Each enhancement will check if a flag is active or not for the module parameters in the table, for that specific enhancement. Only if the flag is active, the enhancement is executed. Features    1) Custom BADIs: We may come across requirements for which our custom logic can be implemented in a user exit or customer exit. However, so as to create multiple implementations and provide flexibility for country-specific logic, no code will be written directly in the exit. Instead, custom BADIs will be used.  2) Enhancement points inside custom programs: Custom programs for which country-specific logic is expected in the future roll-outs, enhancement points will be created and embedded in required sections of the program. This will ensure that the original program logic will not be changed for each co...

Get your signature from a paper to word document

Image
Follow the below steps to your signature from a physical hard copy onto a word document. Also ensuring that the background matches. Step 1: Put your signature on a piece of paper and take a snap of it with your mobile camera. Below is what you will have    Step 2: Open a word document that would basically have contents of a letter that you are drafting needing your signature on it and paste the signature pic from step 1 in the appropriate location. Step 3:  The next step is to ensure that the background of the signature is changed so that it matches with the rest of the content on the word document. Right-click on the image and select 'Format Picture' Go to the option of 'Picture Corrections' and set the contrast as '100' The end result is the following:

SAP ABAP - Generating Excel file for downloading or sending over email

Creating excel content from data in an internal table?  Getting the following message when opening an excel created out of SAP - "The file you are trying to open, ‘filename.xls’ is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?" Below is the best solution. This solution is based on the approach used by standard SAP to created excel content from ALV. Once any ALV is displayed, you can get the data into excel using the menu bar option LIST -> EXPORT -> SPREADSHEET.  If there are any questions, put them in the comments.  Sample working code: *&---------------------------------------------------------------------* *& Report Y_EXCEL *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT  Y_EXCEL ...

SAP ABAP - Resetting Program Buffer

Image
Resetting Program buffer - Program code has been updated but it's taking the old code when executed? Input code  /$PXA in the command field to fix this issue.

Excel Tips, shortcuts and more

  1) Alt + Down Arrow - Open filter drop-down for a column in the table or open up drop-down values for any cell 2) Ctrl + R - Copy content of one column across columns to the left How-to: Input text in column A1, Select columns from A1 to A5, and hit the keys Ctrl + R 3) Ctrl + K - Insert Hyperlink