Error Messaging in SM30 at bottom of screen
I have a simple ztable with a One Step Maintenance Screen. I have some validation code in the TMG of the ZTABLE in EVENT 01 (before save). Here is a snippet: SELECT SINGLE kunn2...
View ArticleAccessing data references: Differences in dereferencing
Hi Community, could someone tell me what is the difference when accessing values in a data reference (e.g. specific fields in a structure). A) m_dlv_data->docid = '1234'. B) m_dlv_data->*-docid =...
View ArticleWebdynpro- how to get parent component name in called child component
Hi All, I have a custom Web Dynpro component in which I am calling a standard web dynpro component.I want to do an enhancement in the called standard webdynpro component for only this custom component....
View ArticleAdding a field to the VA03 search
Hello, I want to add a search field to the Intial screen of VA03. As of now there are the following fields Purchase Order NoSold-to partyDeliveryBilling DocumentWBS Element I want to add a field from a...
View ArticleExtract all text in dynpro
Hello, I try to extract texts in dynpro. The read text pool export only message and text elements. Are they a method or function to extract dynpro textpool and menu textpool ?? Thank you in advance.
View ArticleHow to reconnect to an SE38 session
Apologies if this is the wrong space or if it has been asked before - I can't find it. I have a dodgy internet connection (through no fault of my own!) and I often get booted out of my SE38...
View ArticleUsing BAPI_SALESORDER_CHANGE to remove certain contract assignments
I cannot figure out how to use BAPI_SALESORDER_CHANGE to remove assignments as shown below without removing the contract assignment at Level 2 of the hierarchy..If there is a way to safely manipulate...
View ArticleRead COMM port using ABAP w/o third party software
We are implementing ECC 6.0. The first and foremost transaction is receiving ofmaterial . We have a scenario where weight and quality data of a product needs to be captured via serial port...
View Articlealt calculation type for manual header condition
Hello all,I'm trying to create a alt calculation type for manual header condition. But I'm not able to pass the value in header even my condition type is configured as header.I can still pass the...
View ArticleHow to create TO by changing storage bin
Hi all, I have a custom development where I'm using L_TO_CREATE_TR to create TO. But i need to create TO by editing storage bin in it. is there any BAPI for that? Thanks in advance. Regards,Sriram
View Articlegetting dump while processing trhough background
We are posting incoming invoices through bapi incoming invoice create which is called through RFC. But we have started getting dump DYNPRO_SEND_IN_BACKGROUND how can I know this pop up & alos how...
View ArticleFunction to convert PDF to XML to send in xml field.
Hi guysSomebody know a Function to convert PDF to XML to send in xml field? Thanks.
View ArticleRemoving attachment list from accounting dcoument
Hi,My client wants to remove attachment list from accounting document. It can be done manually by using t-code FD02 and selecting & deleting the attachment. There are many accounting documents...
View ArticleAdd line items automatically in VA01 - Sales Order Create
Add a line item automatically when a user clicks on save to sales order in VA01 Limitations: There is a long list of user-exits present in SD module that facilitate customization to the standard...
View ArticleHow to make line break in script output
Hi Experts, I have a requirement in script, to show a 20 character text with line break, Means in main window one field is there that field width size is 4 length,so i need to display like Example:...
View ArticleRemove subpackage from package hierarchy
Hi, I've embedded a package as subpackage in a package hierarchy, which was a mistake. Is it possible to remove this subpackage from the package hierarchy? The subpackage should not be deleted because...
View ArticleBP_EVENT_RAISE - how to pass event parameter
Hi! I would like to use BP_EVENT_RAISE to trigger an event from MM02 user exit, similar to the post https://scn.sap.com/thread/1735561. In my case, I would like to create a program that will be...
View ArticleDump SYNTAX_ERROR in program RKE5XXXX
Hi I have a dump in the program RKE5XXXX " the program doesn't compatible with Unicode ". Now we are working in a "test" system with UNICODE. I saw the OSS note "674882 - Upgrade syntax error in...
View ArticleHow to add custom button to an ABAP query?
hiwe have couple of ABAP query displaying output in ALV. We want put a custom button on the output so that the user can select some of the records and perform further actions on them.basically we want...
View ArticleSRM Contract change using BBP_PD_CTR_UPDATE
Dear Experts, I am trying to update the created SRM contracts through a upload program using BAPI BBP_PD_CTR_UPDATE. I am able to update all fields in header and item level except ITEM STATUS field....
View Article