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
By setting the boolean lv_abap_trial to abap_true mock data will be used. Added information that RAP and custom entities are only available on premise as of SAP S/4HANA 1909 Introduction In this blog I want to show how to build and implement a custom enti...
concatenate name1 name2 into l_new_name seprated by space. Regards, Miyaz Reply Former Member 2008 Mar 20 8:58 AM 0 Kudos 343 SAP Managed Tags: ABAP Development Use this : concatenate name1 name2 into name separated by space. Declare a field 'name' to display in your AL...
SAP Managed Tags: ABAP Development 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 write the query as per below select Field1 from Table1 where Field1+Field2 = ...
SAP Managed Tags: ABAP Development Hi Sylvia, you can use lpad function: lpad('abcd',10,'0') First argument is your string, second one is length of desired output and the third one is the sign you want to put in empty places. The result of the above ...
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 '...
suggest to use it in an productive environment ? Former Member2013 Dec 12 10:55 AM 0 Kudos Hi Alenlee Thanks forsharing such a nice information. But alsoI wanted to know one thing, CONCATENATE'http://chart.apis.google.com/chart?chs=200x200&cht=qr&chld=|1&chl=' qr_...
SAP Managed Tags: HCM (Human Capital Management) Greetings experts: I'm working on an inbound interface that, among other things, can terminate an employee. I'm new to ABAP and so it was recommended to me early on to record PA40 for this action. That seemed to be working great until...
CONCATENATE result1 result2 into w_var SEPARATED BY space. write: w_var. Reply matt Active Contributor 2007 Mar 27 11:25 AM 0 Kudos 7,640 SAP Managed Tags: ABAP Development "Its not working. " In what precise way do you consider it to be "not working". What do you ex...
How to insert pushbutton in selection screen and if i click that pushbutton Former Member 2007 Aug 29 10:03 AM 1 Kudo 27,237 SAP Managed Tags: ABAP Development How to insert pushbutton in selection screen and if i click that pushbutton it will clear the selection screen ...