Sign in
Sign in
Recover your password.
A password will be e-mailed to you.
Browsing Category
Abap development
SAP Communicator 2.0 Part 1
Followed to my last blog, Let’s Chat in SAP GUI…
Quick launch of ADT Data Preview
Hi community, the data preview in eclipse is a very powerful tool to display table content in ABAP in Eclipse. But I often hear…
Selection Screen Variants – Part III
In previous blogs we learnt about the types of selection screen variant, variant attribute and their uses. Previous Blogs in…
TRDA – Release notes
Important preliminary note if you want the same kind of tool to be included in SAP standard delivery, you can vote for it on Idea Place:…
ABAP News for Release 7.40 – ABAP Keyword Docu for ADT
Sometimes even ABAP developers don’t know the syntax and semantics of their beloved ABAP statements by heart and need some help (statistics show mostly for DELETE). Then they…
ABAP News for Release 7.50 – Test Seams and Test Injections
Writing ABAP Unit tests can be somewhat cumbersome if the code to be tested is not suited for automatic tests. All the hubbub about mock frameworks or test driven development…
Searching for objects in the AIE Transport View
Do you know this situation: You are working on a development object in your eclipse IDE and you want to know in which transport request this object is locked. For sure the…
Email using CL_BCS with multiple attachment in any format
Introduction: The requirement is to send the email from SAP with multiple attachments; the attachment can be in any format…
Custom Approval Workflow for Mass Invoices
Business Scenario: There are thousands of low-value, yet high-volume vendor invoices that need to be posted and paid in an…
Using BAPI_ALM_ORDER_MAINTAIN to update production order component
As we know that no standard function module or BAPIs released that may be used to change the production order components. Some one suggests to use use BAPI_ALM_ORDER_MAINTAIN…