Debugging F110 for User-Exit.
Hello all, I have developed a custom report which sends E-mails to all the vendors. This report should be triggered whenever the payment is run. I tried to debug for USER EXIT but i m unable to trigger...
View ArticleUSEREXIT in transaction F110 to Trigger
Hello ABAP experts, I have developed a custom report which generates email to all the vendors who has deductions. This report should be triggered whenever payment is run. I tried debugging the F110...
View ArticleCreating and using elements in Sapscript
Hi, I am updating a copy of standard form MR_PRINT and in the info box I need to include data that is going to have multiple rows. I would like to know how i can create a element and call it to return...
View Article2 loop in smartform
Hi experts, I have the following issue: I have to print 2 tables in a smartform (see image attached please, table "devengos" and "descuentos").In the main program I have 2 internal table with the...
View ArticleHeader shipping instructions paragraph issue
Hi , I have to print the shipping instructions in sales order to invoice. In header shipping instructions contains two paragraphs. But when I am passing this to invoice it is printing first...
View ArticleSELECT SINGLE vs. SELECT UP TO 1 ROWS
Some time ago I´ve written a small block Selecting One Row From a Database Table in order to explain the usage of SELECT SINGLE and SELECT UP TO 1 ROWS. Obviously, there are still discussions about...
View ArticleSELECT SINGLE VS SELECT UP TO 1 ROWS
By seeing the Heading (select single vs select up to 1 rows) many of you might suggest me to search the forum. I did search the forum and found few threads regarding the differences but I'm confused...
View ArticleGetting Error While using WRITE TO STATEMENT
Hi Everyone, I am facing an issue when ever i am writing a WRITE TO statement. my requirement is as follows. 4563 JPY will be stored in the database table BSEG as 45.63. But when this values is...
View ArticleEnhance ME23N Transaction to Enable Drill Down to Purchase Order Item
Whenever you program ABAP reports displaying Purchase Order Items data it is nice to have drill down functionality to transaction data (trx. ME23N). It looks like a trivial task (setting...
View ArticleSave Button on Alv report output toolbar
Hi , I have one requirement to delete or block vendor from alv output list so for that if user select checkbox and click on save button that vendor should be deleted .but i am not getting how to add...
View ArticleEntry in outbound table not found E0 400
Hi all, Can anyone please help me with the below error which i am facing in ALE IDOCS. status 29: Entry in outbound table not found E0 400 I am unable to see my port name in the created IDOC and...
View ArticleGetting Print Preview Of Smartform First and then Save PDF file in local PC
Hi, Can anyone help in getting Print preview of smartform first and then save smartform as PDF file in local PC. I am getting PDF file directly but user wants to preview first and then convert into...
View Articlecode written after leave to screen nnn
hithis is not leave to screen 0, this is leave to screen <screen number>suppose I have some code written after this leave to screen number statement.as per my analysis, there is no way to get...
View ArticleAdding new field in GLU1, require to add in GB01 also?
Hello Experts, We have a requirement and to meet that, we have to add a new field in GLU1 table structure. Idea is to add it in transaction table without adding it in summary table.While the program...
View ArticleSimple Transformation for Sharepoint WSDL GetListItems
HiI'm able to read from ABAP a SharePoint List by using the SharePoint Webservice. For this I created a Enterprise Webservice. So far so good. When I use the WebService Method Get_List_Items.with this...
View ArticleHow to generate custom routine for program SAPFV60C in QAS (non-modifiable)
Hi ABAP Experts, I have copied an standard routine 003 "Single Invoice" in VTFL to a custom routine 902 "NZ EDI Single Inv" to create one invoice per one reference document (delivery) for only sales...
View ArticleDefaulting a value of a column while using CORRESPONDING#
Hi Experts, I am new to the new ABAP syntax and need to perform the following operation. Requirement : it_item and et_item are tables which a slightly different....
View ArticleSend idoc ORDRSP depending on the supplier
Hello all, When a sales order is created (VA01) and saved, an idoc message type ORDRSP basic type ORDERS05 is sent. I would like that this idoc will be sent depending on the supplier code.My problem is...
View ArticleIssue with calling a form from SAP original function module
Hi, probably my skills are too poor for that. I implemented an OSS which added some code into the function module BG_GIVE_MESSAGE used in module PS.The OSS is to optimize availability check. It adds a...
View ArticleCustom field's value not getting saved in the table.
Hi All, I have extended MRP2 view of material master with one new custom field. The field is added to the screen and MARC append structure has also been updated. But while entering any value to the...
View Article