SAP Managed Tags: ABAP Development Hi all.. I tried using a new string ,string3(200) and concatenated with the strings. Concatenate string1 string4(200) string2 into string3. But in the output it is not adding the spaces. In fact it just ignores string4. What can be the reason.....
SAP Managed Tags: ABAP Development hi say for example, you want to get an output if the total length is more than 40. you can write in this way.. len = strlen (var1) + strlen (var2) + strlen (var3). if len > 40. -- -- endif. thx pavan *pls mark for helpful answer...
SAP Managed Tags: ABAP Development Hi All, I have Dynamic internal table. I have to concatenate fields of each row into a string separated by TAB..Since Fieldname will be determined dynamically, how can i separate fields of a row by TAB... we can concatenate Rows , but how to concate...
9,458 SAP Managed Tags: ABAP Development Hi Experts, I have one problem that i have 2 fields one is date and another is time.i want to display both in one output field.how to do this please any body give me solution. thanks in advance.Reply...
SAP Managed Tags: ABAP Development Hi, Most probably, the field COMMENTS of structure ZPQR_STAND_ALONE is only 132 characters long. Thus, it is troncated when assigned. Try to check this in debug and get back. Best regards, Guillaume Reply Former Member In response to Former Member...