SAP Articles

Page 79 of 91

Handling user requests for applications based on HANA system

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 232 Views

It consists of various components as mentioned above for processing of SQL statements from application users hosted on the top of HANA system.User requests via user interface/web browsers are sent to Web server hosting application which is communicated to SQL/MDX Processor in form of SQL queries. These are further segregated to different data engines in Index server according to query types.Session and Transaction Manager authorize SQL transactions and keep track of all the transactions either completed or running in the system.

Read More

Extending SAP ABAP 30 characters long limit

Johar Ali
Johar Ali
Updated on 30-Jul-2019 2K+ Views

For SAP ABAP tables, you can enter up to maximum 16 characters. There is a limit of up to 30 characters on use of ABAP Variables, Classes and Method.When you run SE11 you can press F1 and it will show you maximum permitted limit on SAP ABAP Table name.It is not possible to extend this limit as for this you need to make changes in Kernel.

Read More

Generating SAP ABAP code/ script from XML coming from an external application

Ankitha Reddy
Ankitha Reddy
Updated on 30-Jul-2019 941 Views

Yes, this is feasible. You can create simple transformation for XML in ABAP. You can also use cl_proxy_xml_transform to transform data between XML and ABAP. Let us say that you have created ABAP proxy using T-Code: SPROXY or it is generated via WebService generation utility, you can use utility class “cl_proxy_xml_transform” to convert data of the ABAP to XML format or also from XML → ABAP.

Read More

Storing configuration so that it doesn't transfer to database in SAP system

Sravani S
Sravani S
Updated on 30-Jul-2019 134 Views

I don’t think it can be automated so that configuration is not copied to the database. Try checking SAP Transport and Change Management detail, it could be possible by making some changes in Transport configuration.

Read More

Displaying T-code description and T-code field in Output ALV of report SM20 in SAP system

SAP
Govinda Sai
Govinda Sai
Updated on 30-Jul-2019 425 Views

There is include rsau_class_auditlist_impl and to add an additional column into table mt_outtab you can try via an enhancement of this rsau_class_auditlist_impl.You need to add an additional Column to “ts_out_ext” in CL_SAL_READ_FILES line 145. Using this way you can enhance the definition however you have to check if it is used.

Read More

Error while creating a PO in SAP system from a .NET application

Nikitha N
Nikitha N
Updated on 30-Jul-2019 297 Views

Below is the correct sequence to invoke Function Module for automatic OP generation:ME_REFRESH_PO onceME_CREATE_PO_HEADER onceME_CREATE_PO_ITEM n timesME_POST_PO onceIn case you don’t follow this sequence, it may result in data inconsistencies.

Read More

Skipping mandatory fields in an ABAP screen

Ali
Ali
Updated on 30-Jul-2019 1K+ Views

You can make use of function code which is assigned to push button with “Exit” as function type and an event “AT SELECTION-SCREEN ON EXIT-COMMAND” to achieve this.A call is made to this event to validate the fields on the screen and you can implement all logic here.

Read More

Passing parameter with parenthesis via URL in SAP Open document

SAP
Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 296 Views

You can enclose the parenthesis in Quotes “” and try. URL will look like below:http:///OpenDocument/opendoc/openDocument.aspx?sViewer=html&sDocName=&sType=rpt&promptex-=URI_ESCAPE("VALUE_CONTAINING_(PARENTHESIS)")

Read More

Where is VKORG stored in SAP

SAP
Abhinanda Shri
Abhinanda Shri
Updated on 30-Jul-2019 2K+ Views

Since VKORG is related to sales, it is stored in VBAK which is header table for all the sales order. It is a mandatory field on the table so it is mapped with order and stored with the order itself.You can get the description in the TVKOT table for more details on the sales order.

Read More

Not able to access SOAP Manager in SAP server

Abhinaya
Abhinaya
Updated on 30-Jul-2019 178 Views

SAP server will not respond to request having IP but not the domain name. So you need to just add the domain to your host file. You can find the host files in host folder within drivers/etc folder. That should resolve your issue.

Read More
Showing 781–790 of 902 articles
« Prev 1 77 78 79 80 81 91 Next »
Advertisements