Excel worksheet reading from SAP application server
Issue Faced: Excel worksheet reading from SAP application server will not work, file should be either .xml based excel file or .csv based excel or .dat type excel file to be read from application...
View ArticleHow to handle DUMP : DYNPRO_SEND_IN_BACKGROUND
BACKGROUND DUMP : DYNPRO_SEND_IN_BACKGROUND We may get the above mentioned DUMP in case of Inbound IDOC / RFC Call / Background Job. These inbound IDOC / RFC Call / Background Job may be used for...
View ArticleBinary search on SAP DB sorted tables
Use index table key in your Select statement!- this is very clear and correct advise ...unfortunately not always easy to achieve it ! Most often WM / SD / FI are the departaments which are in the top...
View ArticleMain Memory Synchronization - BANK_REGISTER
Hi ABAPers, This particular document is very useful for those who work on SAP Financial Services Industry, especially for SAP Banking Services. Problem Behind: When you do any updates to Account Master...
View ArticleTax Interface Exit Implementation Guidelines
Due to the complexities of U.S tax rules and regulations which seem to vary based on industry or business practice, SAP has provided a Function Module exit within the tax interface programming logic to...
View ArticleHow To add Custom Fields as Selection Inputs to IW38/39
This document details out the steps to be followed to add custom fields as selection screen inputs to IW38 / IW39 t-codes.In this example, the custom fields added to CI_AUFK include structure is being...
View ArticleRestrict SAP user ID login for only one Terminal
Scenario: Client wants to restrict the user to login from any other terminal except allocated one. Solution : Step 1 : Use Funtion Exit : EXIT_SAPLSUSF_001 which is called immediate after login. Step...
View ArticleSAP NetWeaver AS ABAP 7.40 SP8 - Developer Edition to Download: Consise...
For general information, download link, operating system and hardware requirements see the introduction page.Installation Instructions and First StepsPrerequistes Network configuration of the SAP host...
View ArticleNegative values in invoice
I have come across a case where an invoice generated from a PO delivery ended up having negative volume. It was not possible to open the invoice via VF03 , nor via VF02 to correct the incorrect volume...
View ArticleGenerated ALE-IDOC Interfaces
IntroductionOne cannot create an extension for generated IDOC types, since the extension concept for ALE interfaces created by T-Code BDBG or BDFG does not run with extension types.BAPIs are the...
View ArticleABAP 7.40 Quick Reference
So you're an experienced ABAP programmer wanting to leverage off the fantastic new functionality available to you in ABAP 7.40! However, searching for information on this topic leads you to fragmented...
View ArticleValidate data in Table Maintenace Generator event
The TMG event 01: Before Save., can be used instead of going for event 05: New Entry if you have validation process to do.The problem with event 05 is that, control goes into the include/form only on...
View ArticleProduction Order Goods Movement Custom Batch Number Generation
I searched on SCN and found there are so many threads we have asked for User Ext/Badi which updates the Batch Number when doing Goods Movement of Production Order, Non of the thread I found marked as...
View ArticleSAP NetWeaver AS ABAP 7.40 SP 8 - Developer Edition to Download: Installation...
This article relates to the SAP NetWeaver AS ABAP 7.40 SP8 - Developer Edition to Download. It might be placed at an intermediate level between the Concise Installation Instructions and the detailed...
View ArticleSAP NetWeaver AS ABAP 7.40 SP 8 - Developer Edition to Download: Configuring...
After completing the installation of the SAP NetWeaver AS ABAP 7.40 SP 8 - Developer Edition, I found out that - unlike the CAL edition - this system does not come with a fully configured TMS, or...
View ArticleHow to convert a front end BDC recording code(generated via SHDB) into a...
In this article,we are going to convert a bdc recording macro code into a portable code that can be utilized and embedded in any posting based program in the background with a log as well using 'CALL...
View ArticleHow to include ABAP Quick Search into NWBC
Follow these 7 easy steps to include the search in your Business Client:For functionality, see: ABAP Quick Search for NWBC 0. Please check the system requirements: SAP Netweaver Release 7.4 or higher....
View ArticleABAP Quick Search for NWBC
In the SAP (Netweaver) Business Client you have a search bar in the upper range of the window. As soon as you type something in there, it tries to get search suggestions from all the defined...
View ArticleBuilding an SAP Query with ABAP Code
ABAP code is used with SAP query tool to enhance the query output. You can write down the code under the Extras tab for the Infoset in the SQ02 Tcode. You will find various coding events which are...
View ArticleHow to store a binary file as function module
Hello community,many information is stored in different files with different formats. This information is often important for the customer and there is the question, how to transport this to a...
View Article