Most voted "sap" questions
SAP is a company of German origin, with presence in Brazil, creator of business management software. It is also the name commonly used for the company’s main administrative system. Use this tag for questions that are system-specific. Prefer the tag "abap" when the problem relates to the programming language of the system and not general problems system development.
Learn more…18 questions
Sort by count of
-
9
votes2
answers4388
viewsHow to create an LLL based on a dynamic structure?
I’m trying to expedite processes since several times we need generate reports in Alvs. The idea is to get the metadata of a structure ( Field Name, Domain, Descriptive ) and thus generate the…
-
8
votes0
answers1356
viewsHow to add additional fields to an infotype?
I need to perform a customization in an infotype (HR) adding two new fields for control as represented, circled yellow, in the image below:…
-
3
votes1
answer531
viewsSQL select with dynamic Where in ABAP
There is the possibility to create a select with dynamic Where in the abap language?
-
3
votes3
answers777
viewsHow to read more than one record with READ TABLE?
It is possible to make a READ TABLE in ABAP to read more than one line?
-
2
votes1
answer72
viewsExport file . SAP in R
It would be possible to export a file in . SAP using R or Python ? Find a tutorial that said that in R to export to . SAP it would be as follows: write_sas(df, "table.sas7bdat") But I was left with…
-
1
votes0
answers34
viewsInstallation of SAP virtual machine giving error in Maxdb database
Good morning noble masters of programming, trying to study SAP on their own a friend provided me a virtual machine with SAP installed. When trying to climb the SAPMC system the system goes up and…
sapasked 8 years, 6 months ago Alexsandro Martins Dias 11 -
1
votes1
answer52
viewsTransferring Data from a Line to a Textbox
I’m using Planning Calendar to see the events that each worker has marked. But what I also need is, for example, to click on the worker Carlos Pinho the information of him (name and role) pass to…
-
1
votes1
answer381
viewsGet information about a data table through SAP
In SAP we have the SE11 transaction where it is possible to view and change characteristics of a data table, it would be possible to export to a txt or csv file the following information: Column…
-
1
votes1
answer142
viewsProblem with installing SAP NETWEAVER on Linux
I am experiencing problems with the installation of SAP Netweaver SP02.750, I am installing on Linux openSUSE 15.0 on a VM. After the installation command: sudo ./intall.sh he accuses the following…
-
1
votes2
answers6120
viewsExtract SAP data through Excel
Hello! I’m trying to integrate Excel with SAP via VBA. I would like to run the transaction "MB51" with some parameters like date, deposit and movement and bring the data obtained to the Excel…
-
0
votes1
answer74
viewsSelect customer cities in the bank and count how many customers there are in each city
I need to select the cities of customers registered at the bank, and count how many customers there are in each city. I wonder how do I know if the name I’m picking from the bank already exists in…
-
0
votes1
answer54
viewsWhere is the SAP Hybris log folder?
After executing the command: ant clean all on the console, I’d like to read the full log of errors generated by the hybris build. Can anyone tell me which folder he keeps this log file in?…
-
0
votes1
answer24
viewsHow to create a table in Hana Workbench by column?
I am using SAP Hana Workbench from the browser and need to create a table by 'column', but I don’t know how.
-
0
votes1
answer86
viewsMake input invisible in SAPUI5
I’m starting to work with SAPUI5, and I needed to leave an input from an invisible form. On this screen will have an input for the user to put the login, and on the side an input that will appear…
sapasked 7 years, 8 months ago Rubens P. P. 3 -
0
votes0
answers651
viewsAccess-Control-Allow-Origin problem in XHR with Javascript
I am trying to consume an API via XHR and Javascript that comes from SAP HANNA and it is returning these errors: The funny thing is that with Postman it returns me the values, but with JS and XML it…
-
0
votes1
answer89
viewsSAP get the text value
Good morning, I have a problem, I hope someone can help me. I have a table in SAP. I need to capture the value of the Qtd.Pç column by recording the sap script brought this line…
-
-2
votes1
answer424
viewsHow do I change the authorization group of a table generation screen?
I want to change the "group authorizations", but I can’t edit an already built screen.
-
-2
votes2
answers143
viewsWhat does a table with OCCURS 0 in ABAP mean?
I’m starting out in the SAP world and found an internal table declared as follows: DATA: it_buscar TYPE ty_ztabela OCCURS 0 . What is that OCCURS 0 siginifica?…