format date field oo alv
Hi all. I am using dynamic internal table, which has a field date, while showing the date in OO ALV output the format of the date is YYYYMMDD, but my requirement is to print...
View ArticleSample code for table maintenance Generator
Hi All, Here is sample code for 01 and 05 event in table maintenance generator to update created by, created date and created time along with changed by, changed date and changed time. CheersPravin
View ArticleEnhancement Implementation editor
When I create an implementation for implicit enhancements, etc., why is the editor so limited? The way I edit source is do click the Display Code (Source) button from within the implementation. This...
View ArticleIssue in ABAP debugger regarding decimal number in ALV
Hi, When I view the contents of a table in the ABAP debugger ALV decimal numbers are not displayed. Example:I have a internal table, which has a field (type p) with value "1.234", for example.When I...
View ArticleGui_download quotation marks - Excell problem
We have a problem with quotation marks in some fields when we use gui_download! Ex: we have this description "ANHIAS ""SEGUROS . Excel when it came across an opening quote considered the rest of the...
View ArticleDelete An Entry from Z Table
Hi , I am having a table in below way .At any point of time I need only 4 records in z table. PasswordDateTime password115.01.20151 AMpassword215.01.20152 AMpassword315.01.20153 AMpassword415.01.20154...
View ArticleCount Specific records in a table
Hi, I have an internal table containing two fields.One for the delivery number and another for the item number. In the table, each delivery number can have multiple item numbers.So if Delivery 10001...
View ArticlePurch Order header status....
Gurus. Is there a easy way of getting the purchase order header status ?....I have debugged the following code....without success: PERFORM get_status_header IN PROGRAM saplmepo...
View ArticleSmartforms HRF02_PRINT_TREE
Hi, I am looking for a Smart Forms that creates a tree structure, I have found the Smartforms HRF02_PRINT_TREE.Does anyone know how to do this Smartform. Who is the transaction ? What program ? Thanks...
View Articleabout private memory
Hi all, I have gone through sap help of private memory like:Private Memory - SAP Memory Management (BC-CST-MM) - SAP LibraryVirtual Address Space of a Work Process - SAP Memory Management (BC-CST-MM) -...
View ArticleUsing UPL for doing just the needed rework
The SituationIn bigger and long-running projects you are faced more often than not with task to rework already existing coding. For example, the project used a specific version of a library and now it...
View ArticleGet the values (class&characteristics) assigned in the buffer to an...
Hi, We are trying to get the class and characteristics (and also their value) assigned to an equipment during its creation/modification (transactions IE01/IE02). The issue is that we are not allowed...
View ArticleDynamically fetching first column in internal table based on flat file
Hi All, Let me explain this scenario. I have a flat file which will be uploaded for a BDC. Based on which type pf business is operating we have two types of flat file template -> Business 1 :...
View ArticleTeco issue in IW32
HI,While doing Teco in IW32,Iam getting error with Ok(Tick mark)button.Can anyone suggest me which enhancement triggering while doing teco in IW32 . Thanks,Sridhar.
View Article[ABAP-OO] Returning vs Changing Method
Hi Experts, we have many way to change a variable value. for example: me->modif_value( CHANGING field = lv_field ). or lv_field = me->modif_value( lv_field ). "// returningI would like to know...
View ArticleBusiness Partner Classification - BAPI_OBJCL_CHANGE
Hi gurus, I'm trying to use the following function to update the business partners classification. CALL FUNCTION 'BAPI_OBJCL_CHANGE'EXPORTING objectkey = wa_objectkey objecttable...
View ArticleTable Enhancement Transfer Problem.
Dear ABAPer. I have Added few field with the help of APPEND Structure in VBRP and its working fine in Development Server but when I trying to transfer to another server I receive error ( Nametab...
View ArticleSending an password protection excel as an attachment
Hi All, I have a requirement where I have to send an excel as an attachment in an email and the attachment should be password protected. The requirement is from the HCM team where they send lots of...
View ArticleVL02N (LIPS-LFIMG) changes not reflecting in CDHDR Table
Hi, I am allocating the quantity in an existing delivery using VL02n t-code. This is not hitting CDHDR / CDPOS table. Request your help. Regards,Pankaj
View ArticleModule pool:Screen from Scrolling or Jumping to Initial Position
Hi Group, I have adeded 4 check boxes in a sub screen ,out of 4 check boxed in 2 check boxes I m using Function codes, when user clicking these 2 check boxes screen jumping/scrolling to initial screen...
View Article