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...
in place of data element i haev used abap.char(60) . getting syntax error, your views are appreciated. Thanks Sirisha Reply All forum topics Previous Topic Next Topic 3 REPLIES maheshpalavalli Active Contributor 2020 Jan 21 11:17 AM 2 Kudos 5,951 SAP Managed Tags: ABAP Deve...
"Use this syntax it will work regards, Prabhudas Reply former_member270159 Explorer 2009 Apr 16 12:26 PM 0 Kudos 503 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...
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...
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. In open sql one can use aggregate functions like SUM COUNT et...
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] ...