next sap note for sm30 dump
Hi Friends am getting dump for sm30which say ' Memory for screen Load used by bytes ) is not available .. I found sap note 167229 is solution for thisbut when I downloaded this note in my...
View ArticleFICO tables with maintenance view
Hello All, I need to find the list of tables in FI track which have a maintenance view. Understand that, the maintenance view list can be seen from TVDIR table. But how to segregate the FICO specific...
View ArticleTables or function modules where the check details are saved in FPCJ payment-ISU
Hi Experts , Is there any function module which gives the complete details of payment document . I want the check details and the amount which are used when we have multiple contract accounts and...
View ArticleRedesign of existing interfaces using
Hello experts, i'm currently working on redesign of some old interfaces between our SAP system and legacy systems.Some of these were built via RFC (remote enabled function call done by remote system)....
View ArticleTRANSLATE USING not working to remove "#" from a field ?
Hi Experts, I am trying to remove # from a field using the below statement. TRANSLATE WITH_SPECIALCHAR USING SPECHARSEAR. DATA: SPECHARSEAR(50) VALUE ''' _ < > ! "...
View ArticleRV_CONDITION_COPY second condition supplement
Hello, I am facing currently an issue with the RV_CONDITION_COPY function module. I use this FM to create new conditions. If I enter a single entry in the COPY_RECORDS table the condition is create...
View Articlecustom message in sales order creation
hi everyone i just created a information custom message in sales order creation in program MV45AFZZ location userexit_move_field_to_vbak but my message is repeating every time whenever in just entering...
View ArticleBAPI parameter structure and RFC protocol
Let's say there is a BAPI A which has a parameter B.B is a structure and has three fields.I think the underlying layer would concatenate three fields into a string and transfer it on the internet.If I...
View ArticlePlanned costs calculation in IW33 tcode
Hi, I want to know how does the planned cost is calculated in IW33 tcode.Is there any FM or BAPI? Thanks.
View ArticleParallel Processing Issue : call function starting new task
Hi I am using the parallel processing functionality using the call function new task destination in group default Performing on end of task inside a loop ( i am splitting the internal table )...
View ArticlePerformance issue in select query
Hi Experts, I have written one query to fetch data from SAP which is giving performance issue. Query is: IF ROWCOUNT > 0. ROWCOUNT = ROWCOUNT + ROWSKIPS.ENDIF.SELECT (outdata_itab-line) FROM...
View ArticleDisable change history in BP transaction
Hello All , I am trying to update Business Partner details through BAPI.Once updated the change history can be seen in BP transaction.I want to disable it.Let me know if you have come across similar...
View Articleabap in SQ02. Sum functions.
Hello, i am new to abap in SQ01/SQ02 querys. I made a query which generates a list of the orders in table AUFK and looks in the billing document table VBRP to see if there is a credit amount involved...
View ArticleGR reversal issue using bapi BAPI_GOODSMVT_CANCEL
Hi Experts, I have an issue, There is a GR with material document having 2 line items for the same material number. Both have different storage locations. Now in my program when I am trying to reverse...
View ArticleMail sending to multiple email id with one attachment problem
Hi, I have developed one z* program to send attachment to multiple email id's. But, system is sending to only one email id's. Please check below code and suggest what is the wrong in it. loop at...
View ArticleHow to allow users to enable/disable checkbox on the basis of authorization?
Hi, I have a requirement wherein I do not want my users to be able to enable or disable checkbox "TEST RUN"present in standard t-code MRRL. So basically, test run will always remain checked for them...
View ArticleCreate file on NON SAP Server From ABAP
Hi Folks, I have requirement like to create a file on NON SAP server from ABAP.e.g. I have Tableau server and I have to create file on Tableau server...Is it possible....I guess in ABAP nothing is...
View ArticleSAP Table Maintenance Tool
Please find the source code as attached. Note:Check this document regularly for latest version source...
View ArticleBest Practice: Class Based Exception Handling - differentiate by Exception...
Hi folks, because I did not find a good explanation somewhere, I will just ask you for your experiences or better: Best practices: Scenario: I created ABAP OO application, including a ZCL_VALIDATOR for...
View ArticleSub total Issue in Smartform
Hello Expert, Can you please tell me How Calculate Subtotal in driver program & transfer in smartforms. ThanksJoyDeb
View Article