Solved: Hi, I need to cast a data but i don't kow how to do it in ABAP. Actually, I have a variable typed QUAN (quantity i guess) and i want to concatenate it in a
IF ls_sort-descending = abap_true. CONCATENATE lv_orderby_string ls_sort-element_name 'DESCENDING' INTO lv_orderby_string SEPARATED BY space. ELSE. CONCATENATE lv_orderby_string ls_sort-element_name 'ASCENDING' INTO lv_orderby_string SEPARATED BY space. ENDIF....
SAP Managed Tags: ABAP Development how to concatenate two feilds . i have two feilds name1 and name2 from kna1 table and while displaying in alv i have to get name1 and name2 to be combined and display as a single name feild...Reply...
Go to solution former_member239603 Explorer 2020 Feb 219:38 AM 2Kudos 7,775 SAP Managed Tags: ABAP Development I want to concatenate DIR Key's Dokar Doknr Dokvr Doktl into one Special field in a cds view this works fine if Doknr is an internal numbe...
Hello All, I wanted to know How to write an Select Statement in SAP ABAP which contain the concatenation of multiple column in where condition. For e.g. in MS SQL we
how to concatenate string in simple transformations? Former Member 2009 Sep 16 7:04 AM 0 Kudos 808 SAP Managed Tags: ABAP Development Hi, I want to use a business field (data that is passed via ROOT to a simple transformation) to build a URL. For ex. business field '...
to do this. Please helpme in this regard. I will tellyou in little detail that I concatenate other fields with this api to get patient data but i didn't get the exact details. Its just me some unknown data which is not even in that record. How shouldI get the exact one. ...
name_borc. CONCATENATE 'knc1-um' v_dnm 'h' INTO v_field_name_alacak. ASSIGN(v_field_nameborc) TO old add days which is from datelow month IF v_done > 1. v_dnm = v_donem - 1. ELSE. v_ = v_donem. ENDIF SELECT SINGLE FROM t009bWHERE periv = i_-periv "...
Solved: Hi experts, I have arequirement where in i need to create a PDF document using program. I have all the data collected into tables and i have used the calss
'Fiscal Year'. CONCATENATEbutton_text text-akt INTO quick SEPARATED BY space CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_name = button_text info = quick ADD_STDINF = 'X' IMPORTING RESULT = icon_str EXCEPTIONS OTHERS = 0. "not interestedin errors place text andicon...