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

    field symbols

    Hi,I am using following statementsFIELD-SYMBOLS: <fs> TYPE ANY.ASSIGN 'CRMD_ORGMAN' TO <fs>.PERFORM delete_data USING <fs>.UNASSIGN <fs>.FORM delete_data USING p_<fs>. DELETE FROM p_<fs> WHERE guid = wa_zcont_delete-guid_set.ENDFORM. ...

    Resolved! Accepted Solution

    1 Thai Character printout wrongly but preview report good

    HI Experts, I have a problem when printing Thai Characters in report. When preview the thai characters displayed perfectly. But when printout - Only 1 character is printed wrongly. Example: สำit will be printed as ส0I've used other printer to test an...

    Resolved! Accepted Solution

    HR Security----PPOME

    hi experts,i have given access to an user for PPOME to create Positions............but in the Basic Data tab, Staffing Staus is greyed out and is not allowing to select any option.I even tried using 1007 Infortype in authorization objects, but didin'...

    Resolved! Accepted Solution

    Transport Issue

    Hi all, I am working on a program where I made some changes and saved and activated the same. The trasnport related to this object is still not released but now after making the changes I want to save this object in a different transport whcih alread...

    Table Index

    Hi, I need to understand something. I'm trying to improve performance on a report. The most selections do not use table keys to acess, so, somebody create some indexes with the idea to make the selection faster. Here is one example: SELECT * ...

    PO Smartforms

    Hi Experts,We are using a ECC 6.0 system in which we dont have the PO Smartform for SAP.I wanted to understand that 1. Do we have only the option of migrating the MEDRUCK from Sapscript to Smartform or 2. Do we have Smartforms delivered for PO in the...

    Resolved! Accepted Solution

    Text Elements

    In some of the custom programs programmers defined the text elements this way write:/5 'Certified' (316), The text-316 is not available in text-symbols tab of the program. I know by double click on the 316 entry system will ask for creation of text-...

    Resolved! Accepted Solution

    Assign title to the containers created by CL_GUI_EASY_SPLITTER_CONTAINER

    Hi,I have a report showing 2 ALV lists within the same report.I have done the following:1. Create CL_GUI_CUSTOM_CONTAINER2. Create 2 containers using CL_GUI_EASY_SPLITTER_CONTAINER3. Using CL_SALV_TABLE displaying report in each of the containers.Thi...

    Resolved! Accepted Solution

    Help in getting the Read receipt in external mails ( like yahoomail , gmail

    Hi Experts,Scenario : We are sending notification mail to our external vendors for example abc.hotmail.com. We expect a Read acknowledgement to ensure the external vendor has gone through our notification generated from our SAP system. Point to consi...

    Resolved! Accepted Solution

    Loop based on select-option.

    Hi All,I have Select-options in my selection screen.I have values in my internal table.I want to fill my final internal table based on condition of select option.I am writing like thisLOOP AT IT_VAT INTO WA_VAT WHERE MWSKZ EQ S_MWSKZ OR TEXT2 CS TEXT...

    Resolved! Accepted Solution

    Batches and Division

    If a user enters the Division SPART, how can I find all the batches MCHA-CHARG associated with them? Is there a relation between these tables? I know in MARA each material is associated with SPART and MCHA contains CHARG MARA WERKS as keys. Thanks fo...

    Resolved! Accepted Solution

    Texting in Sapscript

    Hi develeopers,I'm modifying a Sapscript and I have to display a field &field_name& that is filled with a percentage.This field is a CURR of 11 and I don't want to show all the field like 15,000%, but only the percentage 15% without zeros.How can I d...

    Labels in this area

    Explore this Area