SAP ABAP Expert has Published 141 Articles

How to write on selection screen after giving any user input in SAP ABAP

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

852 Views

You can use the WRITE to write on the selection screen. But still you have other options available to accomplish your task.You can choose to show your text in a message which is shown at the bottom of the screen. Also, you can try with a popup to show your ... Read More

Need to update MySQL and SAP database at the same time from a Form

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

206 Views

Yes, you can do that but if you are thinking of making the changes in the existing PHP script so that it takes care of both the tasks. Then it will be quite tough.But if you want to have two operations in parallel then you can have it.You can go ... Read More

How we can extract data using VB Scripting from SAP

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

617 Views

You can use VBA for fetching data from SAP. You can find lot of blogs if you search online.If I explain in short, it depends on the level of access that you have to SAP system. I have done something similar in past. It worked like this; I had an ... Read More

Getting error not assigned on running SAP ABAP program

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

847 Views

The error is in field symbol. In future if you encounter such issue you can go through the logs created by ST22. It will help you in detail to understand the issue and its root cause. The reason of your error is that the field symbol is not initialized and ... Read More

Can I integrate the SAP Learning Solution with a LMS platform?

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

123 Views

The list of supported products can be viewed on the IMS website.  IMS has listed a set in the listed directory. SAP is not present in that list so it makes it clear that IMS does not support SAP.You can check the link too, in case if SAP is included ... Read More

How to index a table in SAP?

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

1K+ Views

You need to use the transaction SE11. This transaction is used to create indexes on the tables.One main thing to keep in mind over here the way these indexes are moved to production. You need to use the transaction to create indexes in development environment. Once they are created, you ... Read More

How to communicate from SAP to Message queue?

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

249 Views

Yes, you can do what you are aspiring for. But it depends upon your actual requirement. Let’s say you need to execute the some custom application or program in SAP, then you can opt for any available connector which reads a file or else. This connector then later establishes a ... Read More

How to pass dynamic values on the fly to CDS in SAP ABAP

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

1K+ Views

I don’t think that there exists a way where you can pass dynamic values to the CDS.In order for DCL to do its assigned activity you need to declare and define the authority object.  Let’s say you cannot do this. Then you can get all the results and then filter ... Read More

How to store details in SAP-MDG?

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

867 Views

If you don’t want to create a custom table then you can for creating a data model with the help of reuse method. You can then save this newly created data model in staging MDG. Other option that you have is Z-table. You can create a Z-table to persist the ... Read More

Can I use Custom Error pages in SAP HANA?

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

153 Views

You are correct as XSA supports the custom error pages but classic does not support custom error messages.In case you need to do in any way, then what you can try out is you need to parse all requests through a load balancer or a proxy and then show custom ... Read More

Advertisements