Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

Criticality.png

time field content

Hi friends.I have the following doubt about a screen field with time format (CI_FLEET-time type sy-uzeit).It only happens in field content in a screen exit in XTOB function group to IE01/IE02 transactions.We have a time field added in a new custom sc...

glauco by Active Contributor
  • 177 Views
  • 2 replies
  • 0 kudos

Resolved! Split Logic in HR ABAP

Hi Experts,I need to a code snippet or a sample program which has the split logic functionality.I know that in HR ABAP we have a standard functionality using PROVIDE and ENDPROVIDE which performs the split based on the records in the specific period ...

thirus11 by Participant
  • 472 Views
  • 3 replies
  • 0 kudos

Resolved! Expensive select using Inner Join and For all entries

The below select query is very expensive and taking a huge time to fetch records.SELECT a440~oiu_ct konp~kbetr            oiu_rv_cmcd~ded_rmbrt_am a440~datab                          FROM oiu_rv_cmcd                          INNER JOIN oiu_rv_cmcc   ...

Resolved! Using BAPI_PO_CREATE1

Dear Professional,I want create using Po using BAPI_PO_CREATE1. Following   codeHere i attached error and uploaded excel sheet REPORT ZMM_BAPI_PO_CREATE. TYPES: BEGIN OF T_EKKO,        NUM(5) TYPE C,        COMP_CODE TYPE BUKRS,        DOC_TYPE(4) T...

Reg : TMG Event

Hi Team,I have a new requirement.I have a custom table where I have 4 fields.Now i have to perform some validation on this fields before saving.Now I can update the table either directly from TMG, OR  from SAP Screen or from sap mobile app.So where d...

Out of memory

How can you avoid 'Out of memory error' in ABAP when you have to fetch huge data from database, say.. 200,000 lakh records.Moderator message - Do not use Indian number system for your questions in SCN. Please remember it is a global forum Message was...

Resolved! Call function in background

Hi everybody,My issue is that I have create a module function which insert into database  .loop AT t_DD02L into s_DD02L.            CALL FUNCTION 'Z_GET_DURATION_QUERY' "in BACKGROUND TASK             EXPORTING               s_table       = s_DD02L-...

Welcome to SAP Community!

These materials will help you participate and connect with other members.

  • FAQs

    Find answers to basic questions about using SAP Community.

  • Resources

    Learn about community rules, take our tutorial, and get support.

  • Q&A

    Familiarize yourself with questions and answers.

  • Blogging

    Share your knowledge by contributing to the community.

  • Welcome Corner

    Introduce yourself and get to know other members.