SAP Managed Tags: ABAP Development Hi All, My requirement is: I will have 2 float or numc type parameters and once i get the input from user i should be giving the output as Result = flt1 - flt2 (Ex: flt1 = 0
SAP Managed Tags ABAP Development Hi Thorsten, if you face any problem by converting, just look at the domain of the date element of the field Field name has ---> data element has--> domain, in domain you can check which conversion has been used, then click on this conversion, you wi...
SAP Managed Tags: BW Content and Extractors Hello experts, I'm working in BI extraction from Oracle database and I have a issue with dates that must be solved with a quick ABAP routine. a CHAR 40 is coming from ORACLE with the following information "11-MAY-09 11.38.01 AM", from her...
SAP Managed Tags: ABAP Development hi i have got two fields that have data types numc and char. I want to fill value --- in those fields. I know i can do it for char but nt sure for numc. what if i put space or 0000 for numc, will it be any good. thanks in advance, Gaur...
SAP Managed Tags: ABAP Development Hi, Yes you can do the iniitial check for numeric fields also. if field is inital. ... else. endif. Regards, Vijay Reply Former Member 2009 Aug 06 7:57 AM 0 Kudos 458 SAP Managed Tags: ABAP Development hi govaabaper, try out the ...
SAP Managed Tags: ABAP Development IF it is custom application.. create a ztable and try to store the latest version of the document in it.. when you ur application is run query this ztable and get the latest version of this document.. this would also improve ur application performance...
SAP Managed Tags: ABAP Development Oooops ... Has the dang documentation writer (that's me) simply believed what the dang developer (that's the buddy sitting directly in front of me, nice guy by the way) has told him instead of testing it thoroughly enough. Unfortunately, only CHAR, ...
SAP Managed Tags: ABAP Development Thanks guys! How about the packed number? Thanks again! Rgds, Mark Reply Former Member In response to Former Member 2008 Jun 04 3:36 AM 0 Kudos 170 SAP Managed Tags: ABAP Development yah , as i told u for every field it will sum except...