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
    • 94731 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Error ORDER BY

    Hi, I have a problem with a select, the error is: Comma without preceding colon (after SELECT ?).IF NOT COMM_STRUCTURE-/bic/zkilat IS INITIAL . SELECT FECHA, KILAT, VALOR FROM ZBW_T0004 WHERE KILAT EQ COMM_STRUCTURE-/bic/zkilat ORDER BY...

    Resolved! Accepted Solution

    Table control

    HI ALL,i had got a table control with 3 cols ie item material quantitynow i when i enter item number 10 , material 2000 , quantity 10000it is working finebut when entering another record with same item number 10 but with different material and quan...

    Resolved! Accepted Solution

    Call Transaction Errors

    Hi,I want to capture all the errors occured into a session after i do a call transaction with tcode F-30.This would be easy for the user to reprocess the session instead of looking at the error log generated by call transaction.Appreciate if someone ...

    Resolved! Accepted Solution

    TABEL - general Question

    I need to determine in which group does a table fall -- In this bacground I went to table TDDAT the entry for thesaid table itself is not there..but inthe table DD02T the table is present.The table is a Z table..My questions are the following ;1. W...

    Resolved! Accepted Solution

    Checking for a Screen Connection in Background - Without using SY-BATCH

    HiI have a requirement to resolve/patch a particularly dumb development, namely calling a pop-up box in a BADi.Standard SAP creates an IDOC to post an MM invoice, and whilst the IDOC is created in status 64, the process terminates and creates a short...

    Resolved! Accepted Solution

    Type mismatch

    Hi,I am calling a method decared in a global class (se24) in my program. The method requires an import value TITLE which is defined as STRING.In the program, I pass a text message to this global method. See the following: call method ZW_UPDATE=>F1HEL...

    Resolved! Accepted Solution

    APPL_LOG_SET_OBJECT

    Hi,I pass the value c_obj and c_sub to the FM APPL_LOG_SET_OBJECT.they r defined as follows: CONSTANTS: C_OBJ TYPE BALHDR-OBJECT VALUE 'Z111', C_SUB TYPE BALHDR-SUBOBJECT VALUE 'Z222',Do I need to create these objects Z111 and Z222 or they r a...

    IBIP(PM)

    Hi,Can anyone let me know how to create test data for transaction IBIP. My requirment is that i need to upload a file through IBIP to create 'Measuring point'(Tcode IK01). The IBIP structure for it is IBIPMEAS. I wanted to know how to fill the xls or...

    Resolved! Accepted Solution

    Leave screen

    Hi,I am calling a dialogue screen from a program. The screen accepts a value from the user, performs a calculation and should return the calculated value , say A when I press back button. I am using if okcode = 'BACK' or okcode = 'E' or okcode = '...

    RE:subrotines

    In a report I used four subroutines.IN these two having same code other two having difference in single field i.e., while transfering data to final internal table the amount should be multiplied by one .Can we change it? how can I change it?Regards,s...

    Labels in this area

    Explore this Area