SAP ABAP Expert

SAP ABAP Expert

115 Articles Published

Articles by SAP ABAP Expert

Page 12 of 12

How to index a table in SAP?

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 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 need to transport them to the production environment.Once you have made the change, activate the table.

Read More

How to communicate from SAP to Message queue?

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 312 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 connection to the queue and then sends a message.Let’s say you cannot keep polling for files availability, and then you need to use the remote function call methodology. RFC has a SDK available and its online support is tremendous. You can use it too for sending a message.

Read More

How to store details in SAP-MDG?

SAP
SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 1K+ 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 data.Hope this helps!

Read More

Can I use Custom Error pages in SAP HANA?

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 203 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 error message. And it is not a easy and maintainable approach.

Read More

Where to define an associated type in SAP function module?

SAP
SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 950 Views

The parameter that you are using seems to be a import type and it will require an associated type in order to be of any use.You can define the table parameters for this. You can find them within the tables tab. Once you have defined them then you can use them for either export or import.Hope it works for you!

Read More
Showing 111–115 of 115 articles
« Prev 1 8 9 10 11 12 Next »
Advertisements