ABAP Statments
Hello, Can any body please let me know the below statments meanings. As I am new to ABAP so I am unable to understand the syntax. 1. acgl_item-shkzg = *acgl_item-shkzg. acgl_item-hkont...
View ArticleScreen Enhancement ME51N: Data not getting updated in table EBAN
Hi, For screen enhancement of ME51N, I am using MEREQ001.I am trying to add new tab at item level with the following fields:I have added the fields in append structure CI_EBANDB of EBAN. Logic in...
View ArticleTrigger workflow after a task under a Workbench TR is released
Hi, I want to create a workflow which would be triggered once a task under a workbench TR is released, this task should send an email to a select few users and those users can approve or reject the...
View ArticleALV top of page not getting displayed
Hi,following is my code and i want to display the text in top of page. The subroutinge top is not getting executed in output.please help. CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'EXPORTING*...
View ArticleRFC Function Module inSM58
Hi, I Created RFC Function Module, Also a Port in SM59 of type T with program ID ECCRFC1. I am calling my RFC inside a program which is running in Back Ground Job. My Issue is A new record is created...
View Articlehow to access PFCG tcode by changing ABAP program.
Dear friends. currently I dont have authority for accessing PFCG role maintainance. however I have development authority. Now what can I do to get the authority to access that tcode? thanks regards
View Articleconcatenating PDF files
Hi, I need to call the Adobe form Function Module inside a loop. So I want to concatenate all PDF outputs in a Single PDF file. Here is my Function call code call function iv_fm_name exporting...
View ArticleGet Manager for an Employee
Hi, We have an employee which is assigned to two positions (say X & Y) each 50 %. Different 'Reports to' relationship (A002) are defined for positions X & Y .For example, Position X A002...
View ArticleOut Put Screen
Hello Guys, I need to generate a PP report in which the input screen is as follows. which is done, Now the out put screen will be like this DATEDAYLINEDUTY HRS 1. Date and day 2. Line – Data...
View ArticleIssue in GUI_DOWNLOAD
Hi all , We are facing an issue in GUI download .We have to download few amounts in pounds symbol . I have used Codepage = 4103 and 4013 ; but while downloadingI am getting a prefix A in the excel...
View Articlehow to derive a date from a numeric value?!
Hello SAP-Experts, I have created a generic data source containing the field: “Period” which is defined as a numeric value (MM.YYYY). In order to fill the InfoObjects “0CALMONTH” and “0CALYEAR” we...
View ArticleGetting special characters while converting OTF to PDF
Hi Experts! I am trying to convert the output of a sap script in PDF format For Poland. In print preview of script everything is correct, But when I see the same output in PDF, then it is showing some...
View Articleabout contract startdate
hai i am new to this sap plz help me. i am running transaction va41 tcode ,to find out where the contract start data will be stored programatically, i am trying to debug the program mv45afzz and...
View ArticleIs it correct loop? The values are coming same for the field(txt50).
types: begin of ty_desc, saknr type saknr, txt50 type char50, end of ty_desc. TYPES: BEGIN OF itycj_postings.include type ty_desc. TYPES: END OF itycj_postings. data:...
View ArticleDynamic generations of Rows and Columns in Script
Dear Experts,Please let me to know how to solve this below mentioned issue. How to generate dynamically the rows and columns in a script output based on the no:of records For instance : If only two...
View ArticleTutorial ABAP debugger
Step 1: Put a static break-point at the desired location Launch The Applicaton The Dubugging Mode is automatically triggered when the breakpoint is reached Press F5 for single line/step wise...
View Articleutilizing structure created in program as a standard structure
Hi all,I am creating a reusable function module for my project in which i want to merge reuse_alv_grid _display and reuse_field catalog_merge and later mail sending functionality .....now i will not be...
View ArticleBAPI_ACC_DOCUMENT_POST error
Hi, I am getting error message while posting the document using BAPI BAPI_ACC_DOCUMENT_POSTi.e. " Value"000100" is not allowed for characteristics "Sales Ord. Item". Thanks Parag
View Articleadding a new field in the customized alv report which is copied from standard...
Hi experts, The client wanted cash journal report. I copied RFCASH20 to a zreport and commented all the fields which is not required by the client. Now the client wants G&L description(txt50) which...
View ArticleCan any explian me how to apply this script logic into smartforms?
TABLES: MKPF, MSEG, EKKO, LFA1. DATA: BEGIN OF ITAB OCCURS 10, MBLNR LIKE MKPF-MBLNR, "MATL DOCN. NUMBER XBLNR LIKE MKPF-XBLNR, "DELVERY NOTE NUMBER BUDAT LIKE MKPF-BUDAT,...
View Article