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

    Delivery block status text

    Hi,I need to get text for the field "DELIVERY BLOCK STATUS" under the tab "Shipping" in transaction VA03.The delivery block status is saved in VBUP-LSSTA and possible values for this are space,A,B and C.However in tarnsaction it is displayed as BLOCK...

    Resolved! Accepted Solution

    SmartForms include text

    Hi SDN,Is there any inlcude text (what document class?) that we can use in smart forms that can use symbols (like &name_field&)?Document class DOKU DT doen't have the field TDINCLID with value space on table TTXID, that I supose is necessary.If I use...

    Resolved! Accepted Solution

    GOS - Cannot open .docx/.xlsx file programmatically attached to business object

    I am supporting an existing web dynpro application that allows users to attach files to a purchase requsition in SAP.  The current solution allows for a successful attachment and display of .doc and .xls files, but gives an error when displaying .doc...

    h_frye by Explorer
    • 3822 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Change field via validation Exit

    Hello, I am trying to update a filed (BKPF-BLDAT) thru a Validation Exit, but it's not working.here is my codeFORM Z002 USING bool_data TYPE gb002_015           CHANGING B_RESULT.     IF SY-SUBRC = 0       BKPF-BLDAT   = SY-DATUM       B_RESULT      ...

    Resolved! Accepted Solution

    IDoc receiver system

    Hi all! I have a custom program, which is used for creating IDocs, during the program FM MASTER_IDOC_DISTRIBUTE is called and receiving system (chosen on the selection screen) is passed to FM with communication_idoc_control. During the FM, it gets re...

    Resolved! Accepted Solution

    Execute a Query from a report sending it parameters and capture the result

    Hello everybody,Greetings from Peru, I want your help, Do you know how to execute a query from a report sending parameteres and capture the result in a internal table?The attached imaged has in red square the parameteres I want to send from a report....

    Resolved! Accepted Solution

    OTFDATA IS INITIAL

    Hi All;I want to send mail with converting the smartforms to PDF,but when Iam sending the mailthe OTFDATA is coming initial so the PDF is not viewing.Can u help abaout this problem?The codes like below; REPORT  ZMM21098. TABLES : mseg,mkpf,ekko,ekpo....

    Resolved! Accepted Solution

    SAP note validity

    Hi experts,I've read that SAP notes are changes to standard code which are to be included in the next release. I was approached by a team to implement a SAP note; upon checking the validity the note is only applicable to previous SAP versions. Our sy...

    Resolved! Accepted Solution

    Hiding the Print Button in the Selection Screen

    Dear Experts,     I Have a requirement to Hide the Standard Buttons in the Selection Screen,     By Using the Following Link: http://scn.sap.com/thread/1101883   I got the Solution     Here is the Code :     DATA: it_ucomm TYPE TABLE OF sy-ucomm.    ...

    Data Type change.

    Hi Expert.Please help me,   I have create Z table here create one Field like Below.APPROVED_STATUSCHAR10Sourcethen i was change pre-define data type length CHAR 1 to 10. as belowAPPROVED_STATUSCHAR100SourceNow When We save data through program 10 cha...

    how to catch return in BAPI_EQUI_CHANGE

    hello all,i am updating equipment details using BAPI_EQUI_CHANGE.   CALL FUNCTION 'BAPI_EQUI_CHANGE'     EXPORTING       EQUIPMENT               = wa_itab-equnr       DATA_GENERAL            = it_data_general       DATA_GENERALX           = it_data_g...

    Resolved! Accepted Solution

    Cheque Printing Program

    Hi All, I am trying to develop cheque layout copying sanded program (F110_D_SCHECK)..i am using stranded program  to print  (RFFOUS_C)How can i get the word in amount to the layout with the current set up or is there any way to get layoutThankskanish...

    Resolved! Accepted Solution

    is internal table processing faster in AMDP?

    Hi all,Is internal table processing faster in AMDP?Context :We have abap code which is currently taking up ~80% of execution time.When analyzed we see it's all looping into internal tables in abap.  Calculating and updating the same internal tables.I...

    Dump - Access using NULL object reference is not possible!!!

    Hi,I'm using the BCS class for sending HTM format email so i use the below code for that its working,DATA: gr_document      TYPE REF TO cl_document_bcs, gr_document = cl_document_bcs=>create_document(                      i_type    = 'HTM'           ...

    Resolved! Accepted Solution

    No goods receipt possible for purchase order Number and Item number.

    Hello experts,When I create a Goods Reciept with reference to Purchase Order using BAPI_GOODSMVT_CREATE, the following error message appears.No goods receipt possible for purchase order <PO number> <line item number>.But the GR is getting created man...

    TMG for j_1iexcdtl

    Hi alli am trying to make TMG for excise table J_1IEXCDTL table but it is not allowing me to do. then i created Z table for the selected fields now the question isi want to pull the data to my Z table automatically how it will possible to retrive dat...

    Resolved! Accepted Solution

    LSMW QUERY

    Gurus,I have created LSWM program & then done the field mapping using  auto mapping.All fields have been mapped.Then in source fields i have deleted some fields.Now for doing auto mapping i have to select CODE & make them initial & then  do the auto ...

    Labels in this area

    Explore this Area