Attend this live Q&A with Oona Flanagan, FICO Consultant and author of the SAP Press E-Bite “Invoice Verification with SAP: Payment Blocks in GR/IR Accounts”, where you can ask your most pressing questions such as:
Using ABAP Coding In SAP Standard Query
It is hard to find an easy explanation about ABAP coding in standard queries . In some casesyou can’t easily attach additional information to a field in a Query or you need to call and ABAP function module to do an specific calculation, then adding coding to a local field may be a suitable solution. To demonstrate this we are going to make a standard query with one table using ABAP Coding on it, instead of creating an infoset with three tables inner join) as usual.
Q&A: Find Out About the New Functionality Available with SAP S/4HANA Finance
FIND OUT ABOUT THE NEW FUNCTIONALITY AVAILABLE WITH SAP S/4HANA FINANCE
We’ve all heard the buzz around SAP S/4HANA Finance. But what are the practical benefits that you can achieve from its new functionalities? Attend this live Q&A with SAP Mentor and Trainer, Ajay Maheshwari, where you can ask your most pressing questions such as:
- What is the Universal Journal?
- What are the new Tables available with S/4 HANA Finance?
- What is the impact of S/4 HANA Finance functionality on period closing?
- What is New Asset Accounting, and how is it different from the traditional Fixed Assets module?
- Is New GL migration necessary for SFIN, for the customers still on Classic GL?
- How different is Simple Finance from S/4 HANA Finance?
- What is Central Finance?
How to Enter Text In ABAP Via Editor With FM TERM_CONTROL_EDIT
Sometimes, users needs to enter some text directly (decisions, explanations, comments), for example, during the running of a module pool program. There is an easy way where the user can perform this action. Via MF TERM_CONTROL_EDIT. This MF shows a POP-UP with a text editor screen that is very simple and where the user can enter texts or perform the action of importing/exporting files.
External Debugging from EP (Enterprise Portal) and SRM Portal in SRM System
When we encounter errors/issues in an SRM document (like POs, shopping cart and SRM/EP related SAP objects), then we usually login to the SRM or EP portal to access these corresponding document. In order to analyze further - we also have to check the SRM system to crosscheck if the issue is with any custom code put into the BADI’s (Business AddIns).
To debug this scenario we would have to perform certain set of activity that is causing the error like ordering the PO etc. in the portal login which then calls the SRM system where the actual processing is done. To achieve this we will be using the external debugging option that SAP has provided. (In other words, we can say that to find the RCA we have to debug the SRM/EP objects in their corresponding landscape and that require few settings as explained below).
XBP - External Interface For Background Processing
XBP - stands for External Interface for Background Processing. It is used to enable external entity/system to schedule, start and monitor jobs inside SAP. In XBP, we have many RFC enabled function modules (provided by SAP) which can help external systems to control various background activities in job (like create, modify, delete, start, terminate, monitor etc. inside SAP).
How To Implement a Web Service Call From Excel
In this article, we will explaining how to implement a web service call from Microsoft Excel. The prerequisite to for this? We must have web service toolkit installed.
Calculating Results Analysis POC Using a Percentage Gross Margin
The user requires the ability to calculate percentage of completion without planned costs, using total revenue minus planned margin as the cost basis.
Ask a Fixer: Find Out About the New Functionality Available with SAP S/4HANA Finance
Ask a Fixer is a live ASUG-hosted Q&A session with one of ERPfixers’ top-rated SAP experts (“Fixers”) in a specific module or topic. In this real-time discussion session, you have the opportunity to pose your specific questions to a Fixer, who will provide an immediate answer during the forum. This is a great way to get quick answers to your pressing issues, as well as learn from questions posted by other users during the forum. And it is exclusive to ASUG members only!
Fixer Tip: 5 Ways to Provide High Quality Service on ERPfixers
The most successful Fixers are the ones who consistently provide high quality service. Everything from your profile to the communications you provide can contribute to a high quality presence on ERPfixers. Read on for our top tips on how to provide a high quality experience on ERPfixers.
How To Show a Standard Cost Component on a Single Level
We use report S_P99_41000111 for displaying cost components for multiple materials. However we are looking for the cost component costs incurred on the material itself, and not from the lower level materials. For example, we have a finished product with a cost component called Freight. The value in this cost component is $20. However, $15 of this freight came from the source material in a different plant. We therefore only want $5 to show in this report.
How To Migrate Report Painter Reports to the SAP General Ledger
Transaction FAGL_RMIGR
Step 1 Create your own library from New GL TABLE
Go to transaction GR21 and create your library like that
5 Easy Steps to Call an External Command from SAP
Step 1:
Create a batch file with command C:\Temp>copy X(filename) \\19x.16y.20z.k\HPLJetPxxxx. (network path for printer is needed, not port)
Step 2:
Put this batch file on application server.
SAP Tip: Excel Data Import Issue
At times, it occurs with the issue of data import into Excel from standard/bespoke report while clicking the standard Excel button on the application toolbar.
SAP sFIN Transaction Codes
Looking for SAP sFIN Transaction Codes? Visit the ERPfixers blog for expert SAP programming advice, tips and tricks. Check out our blog here.
Automated Note Search Tool
To fix the issues/bugs with the standard SAP transaction/objects, we need to implement SAP Note or follow the instruction prescribed in SAP Notes.
How to print more than 60 characters in Top-of-page
If we need to print more than 60 characters in length in Top-Of-Page event, then we need to follow this set of steps to achieve this requirement.
How to Analyze ABAP Dump DBIF_RSQL_INVALID_RSQL
There are few points that we need to keep in mind when we go for analyzing DBIF_RSQL_INVALID_RSQL, it’s going to help a lot to find the root cause of this dump.
Create a Dynamic Internal Table from any Field Catalog created for an ALV Report
It’s a quite frequent requirement where we need to create ALV report - requirement in which we need to create the output dynamically w.r.t the Selection screen.
Submit Report Without Return
Learn how to suppress write statements when report is submitted from FM by visiting the ERPfixers blog. Get expert SAP advice and help here!