string limit

Die Frage ist als "gelöst" markiert. Den entsprechend Beitrag findest du hier.

Alles rund um die Sprache ABAP®: Funktionsbausteine, Listen, ALV
2 Beiträge • Seite 1 von 1
2 Beiträge Seite 1 von 1

string limit

Beitrag von anays ( / / 0 / 3 ) »
Is there a string limit size?
I try to do something like this

LOOP at lt_draotable into ls_draoline.
l_orblk = ls_draoline-ORBLK.
CONCATENATE l_string l_orblk INTO l_string .
clear l_orblk.
ENDLOOP.

the field ORBLK has 2550 characters.
At the end of the loop l_string only has the first 3 lines of ORBLK and there are 19 lines.

What do you think?
Am I doing something wrong or is there a limit of a string.

Thank you!

gesponsert
Stellenangebote auf ABAPforum.com schalten
kostenfrei für Ausbildungsberufe und Werksstudenten


Beitrag von babap (Expert / 681 / 1 / 1 ) »
Hi,

how do you define l_string?

If you define like this:

Code: Alles auswählen.

DATA: l_string TYPE STRING.
there is no limit to this String.

I myself concateneated hundred of Megabytes into such a string (XML-Output).

May be, that there ist some "dirt" in your table.

You havt to debug and look what is happening during the processing of the 4th line.

Where or when did you recognize that the string contains only the first 3 lines?

regards
babap

Seite 1 von 1

Vergleichbare Themen

12
Antw.
3154
Views
CSV String
von Django90 » 02.10.2017 08:58 • Verfasst in ABAP® für Anfänger
5
Antw.
5292
Views
String nach Hex
von wummy » 26.02.2007 09:11 • Verfasst in ABAP® Core
5
Antw.
1974
Views
..als String aufbereiten
von supermario73 » 26.05.2008 19:44 • Verfasst in ABAP® für Anfänger
2
Antw.
1614
Views
String -> BHTML
von Kristian » 10.06.2005 10:51 • Verfasst in Web-Dynpro, BSP + BHTML
2
Antw.
1654
Views
dynamischer SQL-String
von marlboro_light » 20.08.2006 15:50 • Verfasst in ABAP® Core

Über diesen Beitrag


Die Frage ist als "gelöst" markiert. Den entsprechend Beitrag findest du hier.

Unterstütze die Community und teile den Beitrag für mehr Leser und Austausch

Aktuelle Forenbeiträge

Dialog-Container mit Toolbar/Status
vor 5 Stunden von DeathAndPain gelöst 20 / 2485
SAP Trial Version für SAP Fiori
vor 2 Tagen von tar 2 / 1624

Newsletter Anmeldung

Keine Beiträge verpassen! Wöchentlich versenden wir lesenwerte Beiträge aus unserer Community.
Die letzte Ausgabe findest du hier.
Details zum Versandverfahren und zu Ihren Widerrufsmöglichkeiten findest du in unserer Datenschutzerklärung.

Aktuelle Forenbeiträge

Dialog-Container mit Toolbar/Status
vor 5 Stunden von DeathAndPain gelöst 20 / 2485
SAP Trial Version für SAP Fiori
vor 2 Tagen von tar 2 / 1624

Unbeantwortete Forenbeiträge

Daten an Tabelle binden
vor 2 Tagen von Bright4.5 1 / 686
aRFC im OO-Kontext
vor 4 Wochen von ralf.wenzel 1 / 2318
Hilfe bei SWEC/SWE2
letzen Monat von retsch 1 / 8900