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

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

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83442 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! offset value

Hai,Iam new to abap can any one solve the above example:data: c type i,c1 type i,len type i,flag type c.parameters word(20).c = 0.len = strlen( word ).c1 = len - 1.len = len / 2.flag = ' '.do len times.if ( wordc(1) <> wordc1(1) ).flag = 'X'.endif.en...

Resolved! Copying Variants

We have 2 SAP boxes one for development the other for production. There is a program say <b>PROGRAM1 on the production server</b> whose variants we want to copy to become the variants of another program say <b>PROGRAM2 on the development server</b>. ...

upload RFEBKA00

hi i'm doing upload trough standard program RFEBKA00,where it createes a session.but the user is not giving the value for a mandatory field,so we are planning it to do ourself.how to send that value,plz any help,imm points are alloted.

Resolved! offset value

Hai,Iam new to abap can any one solve the above example:data: c type i, c1 type i, len type i, flag type c. parameters word(20). c = 0.len = strlen( word ).c1 = len - 1.len = len / 2.flag = ' '.do len times. if ( wordc(1) <> wordc1(1...

Resolved! search help

hi frnds, in my prg., i am using a ztable which has 2 fields.. which does not have any search help.. now i should display the 2 fields in the table control.. first of all the field1 should be made as f4 help... depending on the value selected the ...

Resolved! layiut

hello!i have a layout which has to be printed in four copies.in the 'OPEN_FORM' function i defined the number of the copies, but i have to write on each copy different location of where it should be sent to.how do i do it?regardsyifat

Idoc status 53

Hi,There are some inbound idoc's which brings SO Changes to SAP (edi communication) are posted with status 53 (i.e application document posted successfully but when u go and check it in va03, nothing is changed, which has to be changed as per the IDO...

Resolved! Logical System

Hy,I have to map a logical system into a productive environment. I do not have to convert an exsisting logical system, i just have to map it for the first time.Are there any constraints? Does anybody have an official document on this topic?Thanks in ...

Resolved! frame in MAIN window

Hi,in my print program i´ve got something like:LOOP AT itab.l_counter = l_counter + 1.IF l_counter <= 13.CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'SMALLFRAME' WINDOW = 'MAIN' EXCEPTIONS OTHERS = 1.ELSE.CALL FUNCTION 'WRITE_FORM' EXPORTING ELEME...

Resolved! Extracts in ABAP

HiI executed the following code.NODES: spfli, sflight.FIELD-GROUPS: header, flight_info, flight_date.INSERT: spfli-carrid spfli-connid sflight-fldate INTO header, spfli-cityfrom spfli-cityto INTO flight_info.START-OF-SELECTION.GE...

Resolved! SAP Tutor

Hi, Could anybody tell me how can i <b>Create</b> a SAP Tutorial using SAP Tutor? Where i can get the Editor to Create such a documents?I promise to return and reward the answers.Thanks in Advance,Raja T

Labels in this area