Re: SE16 - TIMESTAMP CONVERSION
Hi, Try to change the default Date n Time formats as required in transaction SU3 and check the values in SE16.. Hope this helps.. -SS-
View Articleno objects shows up in BAPI explorer
Dear friends. When I open BAPI explorer, there is no objects under hierarchical column. why so? By the way, I am using sap gui in chinese version. however when i change it into english version, it...
View ArticleSAP Invoice print missing VF01
Hi Guys have you ever been faced the below issue ???: when VF01 giving mass print of invoice to front printer some document got missed !!!(not printed required re print the documented)) My frontend...
View ArticleAdding new record to ZTABLE from 2 ITAB
hi everyone, I have requirement, where i have to add new records into ztable based on 2 condition. for the 1st condition i am using itab1 and getting value into it.for the 2nd condition i am using...
View Articledebugging
Hi gurus how to debug the standard t.code me51n(PR) to find out which badi is triggering for my requirement and how to change the code in the badi. Thanks in advance.
View ArticleRe: debugging
Hi Enoch, Navigate to SE24 and give the class name CL_EXIT_HANDLER and then put break-point there and then run transaction ME51n, or go to SE80 and then select enhancements and there provide the...
View ArticleRe: Adding new record to ZTABLE from 2 ITAB
Hi Kishan, The best is to combine both the tables into one common table and then insert the record into final Ztable. SORT ITAB1 and ITAB2 by primary keys. Loop at ITAB1 into WA1. Read Table ITAB2 into...
View ArticleRe: Adding new record to ZTABLE from 2 ITAB
hi dinesh, But in my case 2 itab contains 2 different values. there is no common field here in this 2 ITAB. 1st ITAB is to calculate Storage Cost.2nd ITAB for procurement cost. What should be done in...
View ArticleRe: debugging
Hello Enoch, go to tcode SE24. put class CL_EXITHANDLER in input. press on display button. you can see a method named GET_INSTANCE under method tab. doble click on GET_INSTANCE method. you have to put...
View ArticleRe: debugging
Hello, Dinesh Ailawadi dinesh writes: Dinesh Ailawadi wrote: Hi Enoch, Navigate to SE24 and give the class name CL_EXIT_HANDLER and then put break-point there.i beleive that this class name is...
View ArticleRe: Record into the new z field in BKPF from transaction MIRO
Hi Pavan, I follow what is indicated in this link: http://wiki.sdn.sap.com/wiki/display/Snippets/Display+customer+fields+in+header+of+logistics+invoice+verification+transactions I implemented the badi...
View ArticleRe: Record into the new z field in BKPF from transaction MIRO
Hi Susmitha, I implement the badi BADI_FCDB_SUBBAS04 according this link: http://wiki.sdn.sap.com/wiki/display/Snippets/Display+customer+fields+in+header+of+logistics+invoice+verification+transactions...
View ArticleRe: SAP memory, SMO, singleton classes related to each user's activity
Hello Matteo, In your scenario I would use a data cluster to IMPORT and EXPORT.Create a key that is aligned with the user specifics.The data cluster will be guaranteed over multiple sessions. From...
View ArticleRe: user exit message only once
Hi Edgar, right, i will try that and let you know. yeah i am in CST zone. regards,NK
View ArticleRe: Table event
Hello Venkrat, To find the events, go to SE11 to display/change the view. Once in the view, follow menu path Utilities->Table Maintenance Generator. In the next screen, follow menu path...
View ArticleRe: FM to convert ABAP list spool to PDF
https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+-+Getting+PDF+file+from+spooling+list So far, i have been using that only. Check the above wiki link Regards,NK
View ArticleUSING FIELD (DATE AND TIME) IN ZTABLE
Hello Guys, I am creating a ZTABLE with different fields. One of the fields will be creationdatetime (will have date amd timestamp).What data type can I use for this field? Thanks, James
View ArticleDirect Access to Underlying DB
Hello all, What are the community's thoughts on directly updating custom tables in the underlying RDBMS, outside of the SAP Application Layer? I understand that updating SAP Standard Tables outside of...
View ArticleRe: SO_DOCUMENT_SEND_API1 without attachment
You will have to configure the supported output formats for the SMTP node, see the attached link for details....
View Article