Recent Activity

    Task 4 - Implement Criticality feature and create an Object page

    This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

    Task 1 - Create CDS View Entity ( August Developer Challenge )

    First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

    sheenamk by Developer Advocate
    • 95197 Views
    • 212 Comments
    • 39 Likes

    ALV grid display

    Hello all,Date is the main selection criteria in my selection screenOnce the user gets the ALV grid display output screen, he should be able to forward or backward the dateso accordingly the display changesSo req is, i should create two pushbuttons i...

    Resolved! Accepted Solution

    fiscal year/fiscal period

    Hi Friends,Can you please provide me an optimized select for the following case.For Last posting FY/period: for each G/L account, Company code combination, determine the MAX (Doc. No) in BSEG, and look up the corresponding document in BKPF table to g...

    logo in the header

    hi,there is a problem in the standard program which has to display the logo in the header and item details below the header. there are two blocks. one for logo and one for item details.the problems are1. the junk data is displayed in the header part ...

    Resolved! Accepted Solution

    cheque printing

    I have copied the standard lay out F110_prenum_check into z program. I wanted only one page so i deleted other two pages because cheque format is only in one page. but problem is that it is giving two pages in print out. it is not printing items in d...

    Download ABAP to XML

    While downloading from SAP to XML file I get '%_TYPE' in the file contents:<?xml version="1.0"?><new_emp><%_TYPE0000000117><EMP_NO Datatype="C" Length="5">22930</EMP_NO…..</%_TYPE0000000117></new_emp>How can I omit the "%_TYPE" string? Is there any d...

    Resolved! Accepted Solution

    screen resolution

    Friends i have a question in reports . if we prepare a report in our screen resolution and submit it to another client . the client screen resolution may be different so the report cannot be viewed neatly. so please tell me how to adjust my report fo...

    Resolved! Accepted Solution

    hi to all

    ho to every one ,plz help me in this issueIF IT_IT-BUKRS EQ 'zb-bukrs'.zb is a table and bukrsis the field in that in zb-bukrs there are 3 company codesbut it it_it-bukrs all company codes r there.i need imformation of three company codes a particul...

    Resolved! Accepted Solution

    Unicode Hex to Char

    Hi there,I have an hex variable that I want to move to a Char variable.DATA: x_var(255) type X, c_var(255).MOVE x_var to c_var.I normally used the command MOVE, but my application needs to be unicode compliant and I receive a warning saying that...

    BDC

    hai friends, i am doing a BDC program for vk11 in that program, internal table have values and the values are append to FNAM, FVAL but it is not updated to the vk11 transaction. it should take only first value. it is call transaction method . ...

    Resolved! Accepted Solution

    Reverse Engineering

    Hi All,I am planning to create a new program which will do the reverse engineering of the specified program, and displays the flow chart/ algoritham of logic.can any body suggest how to proceed to achieve this functionality..Thanks in advance..Vishwa...

    Resolved! Accepted Solution

    HOW TO DISPLAY ITEMS OF FIELD 'ARBPL'(WORK CENTRE)IN HORIZONTAL IN ALV..

    HI FRIENDS .PLEASE GIVE THE SOLUTION OF THIS PROBLEM.I AM DOING THE REPORT OF CAPACITY PLANNING USING ALV LIST.IN THIS REPORT FC REQUIRES THAT ITEMS(SUCH AS 1050T,300T) OF FIELD 'ARBPL'IN HORIZONTAL MANNER.BUT THIER THE PROBLEM IS THESE ITEMS ARE VAR...

    Resolved! Accepted Solution

    itab declare dynamic

    Hi,i would to declare an itab dynamicly.normaly i di this:DATA: ITAB TYPE table of MARA.ORDATA: BEGIN OF ITAB OCCURS 0. INCLUDE STRUCTURE MARA.DATA: END OF ITAB.Now i want this:PARAMETER: <b>DB_TAB</b> LIKE DATABROWSE-TABLENAME.DATA: ITAB TYPE...

    Labels in this area

    Explore this Area