Re: 4 dec curr field error in module pool entry
That i given, without it I can not save my table for CuRR field.
View ArticleAdding new fields in FAGLL03 standard report
Hi, We have the requirement to add new fields in FAGLL03 report. I follow the below procedure to do this.1. I assigned 2 custom structure with new fields to RFPOS and RFPOSX structure. 2. I did the...
View ArticleRe: How to add two fields in MB1A Second Screen
Dear Mr. Vijay, Kindly refer the attached screen-shot of error while adding two fields through the way you suggested.We have added two fields as Vendor and Personal Number. and we are getting error for...
View ArticleRe: Aggregate numeric values
Hi Yang, You can get it with COLLECT statement.check the sap keyword help for collect. you try like this.TYPES : BEGIN OF ty_test, field1 TYPE char4, field2 TYPE char4, field3...
View ArticleRe: SAP ABAP Smartform long standard text printing tab as commas
Hi, The problem is: when you output the line of text via a variable, the normal text processing like parsing the text for variables and inserting values, doing character formatting, interpreting tabs...
View ArticleRe: How to Navigate back to Notification Header tab programatically.
Hello Vamsi,You can not do this alone with the user-exit (QQMA0014) you are using. You need to find proper implicit enhancement spot for your requirement in the program SAPLIQS0 (or SAPLIQS1)....
View ArticleRe: Validation for FBV0 while posting documents
It is working while giving individual no when the user is trying to post (CTRL + S) line item wise it is not taking. Atleast how to disable post button In FBV0 ?
View ArticleRe: ALV Grid Right/Left Justify
Hi, Why not use icon or color for line differentiation ? Regards, Sam,
View ArticleRe: 2D Barcode (Aztec) display in smartforms
Hi, Please do some research regarding the whole spectrum of SAP barcode printing options in SAP OSS first. Unfortunately, there is no support for Aztec under so called "new barcode technology", which...
View ArticleRe: Problem with FI_PDF_ADVICE_OUTPUT
No, I don't see an easy way to enhance this FM to achieve both in one form call. If it's your own custom logic, cant the FM simply be called twice..? Once to get the pdf and once - to create spool?...
View ArticleRe: Released Function Modules for working day calculation
Hi, You can use the FM : "HOLIDAY_CHECK_AND_GET_INFO", to check if the entered day is holiday. 1 - Check if the entered day D is Holiday - if yes, output error message ; 2 - Get the the 4th Day = D - 4...
View ArticleRe: Smartforms template
It's not unambiguous, where your window and where your template is. What alignment options did you use on the template? cheersJānis
View ArticleRe: Express document "Update was terminated" received from Author "SAPUSER"
Hi, check New ABAP Debugger Tips and Tricks: Update debugging. Afterwards: Displaying Update Modules - Updates in the SAP System in SAP help. cheersJānis
View ArticleRe: change history doesn't work for customizing fields in BP
Hi, 1) what do you mean by "BP" - SAP business partner?2) what do you mean by "enhanced some customizing fields" - added custom fields? If yes and if it's SAP Business Partner - which table did you add...
View ArticleRe: change history doesn't work for customizing fields in BP
Actually, I am not using CHGD1-4 event for the enhancement of 'Change History' button.What I did is to add Object ID in FCODE event before CALL FUNCTION 'BUS_CHANGE_DOCUMENT'. I added my object like...
View ArticlePacking - Add Button via Enhancement
Dear all, has anyone an idea how to add a push button on the packing (handling unit) dynpro?here is a screenshot to explain my requirement: I need a push button at one of these two red squares. Best...
View ArticleHTTP error: 404 Not Found
hi expets, while executing the tcode: IW22 procedure: create->storage business doc->plant maintenance. when I try to upload doc this message coming. "HTTP error: 404 Not Found" so how to solve...
View Articlecl_salv_hierseq_table - subtotal on two fields
Hello Experts, In a report, I would need to have subtotals based on two fields, that is, at every change of field1 and field2, the subtotal shall be shown.So far, I have taken the sample report...
View Article