Syntax CONCATENATE{dobj1 dobj2 ...}|{LINES OF itab} INTO result [IN{CHARACTER|BYTE}MODE] [SEPARATED BY sep] [RESPECTING BLANKS]. Zusätze: Wirkung Es werden entweder die Inhalte der Datenobjektedobj1, dobj2, ...oder der Zeilen der internen Tabelleitabgemäß ihrer Reihenfolge ver...
Syntax CONCATENATE{dobj1 dobj2 ...}|{LINES OF itab} INTO result [IN{CHARACTER|BYTE}MODE] [SEPARATED BY sep] [RESPECTING BLANKS]. Additions Effect Concatenates either the content of the data objectsdobj1, dobj2, ...of the rows of the internal tableitabin accordance with their order and...
(I haven't done a syntax check on the code...please do and check for minor errors...if any) Edited by: Priyank Jain on Jul 8, 2008 6:50 AM Reply vikash_pathak Participant 2025 Jan 30 2:53 PM 0 Kudos 886 SAP Managed Tags: ABAP Development Hi...
"Use this syntax it will work regards, Prabhudas Reply former_member270159 Explorer 2009 Apr 16 12:26 PM 0 Kudos 497 SAP Managed Tags: ABAP Development Hi. I would do this within a loop, where you check if the string you would like to add to your list is in the correc...
1,177 SAP Managed Tags: ABAP Development Dear all, How to concatenate 2 fields belonging to the same fieldsymbol? what is the syntax?Reply 1 ACCEPTED SOLUTION Former Member 2007 Dec 06 9:16 AM 0 Kudos 464 SAP Managed Tags: ABAP Development Use the same Concatenate Keyword for...
So i am using SAP_to_convert_tex_format.But this is not working for BSEG table. So i am using concatenate for all the fields and seperated by ' | '.while conatenating i am getting syntax error for the result it_bseg1.That declare it_bseg1 as character type .i declared it_bseg1 ...
CONCATENATE (ABAP Keyword) introduction & details CONCATENATE Basic form CONCATENATE f1 … fn INTO g. Addition … SEPARATED BY h Effect Places the fields f1 to fn after g . With the fields fi (1 <= i <= n), trailing blanks are ignored, i.e. these fields are considered only to have...
SAP Managed Tags: ABAP Development Hi Abhishek, OPEN SQL. 1. Sap works on the concept of Open Sql. ie. Sql is database independent. 2. ABAP Syntax does not have provision for using such EXPRESSIONS (like concatenate) directly in SQL. 3. However u may use them in Native Sql. 4. I...
ABAP - Schlüsselwortdokumentation→ABAP - Referenz→Interne Daten verarbeiten→Zeichen- und Bytekettenverarbeitung→Anweisungen für die Zeichen- und Bytekettenverarbeitung→ Syntax CONCATENATE{dobj1 dobj2 ...}|{LINES OF itab} INTO result [IN{CHARACTER|BYTE}MODE] ...