Questions tagged as 'abap'

2
answers

How to create an ALV based on a dynamic structure?

I'm trying to streamline processes since we need to generate reports in ALVs. The idea is to get the metadata of a structure (Field Name, Domain, Descriptive) and thus to generate the 'fieldcat' in the ALV creation function and in the sequenc...
asked by 18.12.2013 / 18:02
2
answers

How to read more than one record with READ TABLE?

Is it possible to make a READ TABLE in ABAP to read more than one line?     
asked by 20.12.2017 / 16:39
1
answer

SQL select with dynamic where in ABAP

Is it possible to create a select with dynamic where in the abap language?     
asked by 13.12.2017 / 19:21
1
answer

Get information about a data table through SAP

In SAP we have transaction SE11 where you can view and change characteristics of a data table, you could export the following information to a txt or csv file: Column name Data element Has anyone ever generated a txt file demonstrating...
asked by 18.12.2017 / 12:50
0
answers

Problem with installing SAP NETWEAVER on Linux

I'm having trouble installing SAP Netweaver SP02.750, I'm installing on Linux openSUSE 15.0 on a VM. After the commands for installation: sudo ./intall.sh it accuses the following error:    "The hostname you have chosen is either configu...
asked by 07.12.2018 / 00:05
0
answers

XML at GUI_UPLOAD function ABAP

DATA: gt_xml TYPE swxmlcont. MOVE path TO v_filename. CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = v_filename filetype = 'BIN' "#EC NOTEXT * replacement = '#'...
asked by 09.08.2018 / 17:14
1
answer

Send information to an RFC in SAP with tables and type structure

I am doing an integration of a system in VB6 with SAP, taking in the RFC 2 tables and 2 structures. According to the consultant ABAP in one of the tables does not arrive the information, but I am doing and sending the same way. Here is the code...
asked by 16.03.2017 / 19:23
1
answer

Select client cities in the bank and count how many clients there are in each city

I need to select the cities of the customers registered in the bank, and count how many clients there are in each city. I would like to know how I know if the name I'm getting from the database already exists in the table. At the moment I'...
asked by 07.06.2016 / 17:26
1
answer

How do I change the authorization group of a table generation screen? [closed]

I want to change the "permissions group", but I can not edit an already built screen.     
asked by 04.12.2017 / 12:42