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
  • 83805 VIEWS
  • 212 REPLIES
  • 39 Likes

select in table COEP

i have select-option : scr_pernr.i'm making select from table coep, one of the condition is <b>pernr in scr_pernr</b>.<b>problem</b>if i have pernr-low = 5555i get dataif i have pernr-low = 5555 and pernr-high = 5555i get diffrent data.<b>i[</b>b]nfo...

Resolved! Codepage for DOS

Hi all,I want to import a file from a DOS application. In the file is a character in DOS format (e.g. ï) which has to be translated to 'When i use FM WS_UPLOAD and use filetype IBM all is working fine. SAP returns the value 'But the program needs to ...

Reg VBKD-BSTKD

Hi all,I have a doubt with what data the table vbkd will fill I need to get bstkd(purch orderno) by passing vbeln and posnr fields from vbap to vbkd but when I see the data of the table vbkd it's posnr values is always 0 only what exactly does that m...

Resolved! SO10 object

Hi,I have created Marathi letter using so10 trasaction.Characters per line in the so10 object is 72 only. In case of english letter 72 chara per line is sufficient because 72 eng chara occupy 90% of line space in A4 size paper but in case of marathi ...

Call FD05?

Hello,my code: SELECT * FROM knb1 WHERE kunnr IN pa_kunnr. IF sy-subrc EQ 0. SELECT single * FROM knc1 WHERE kunnr eq knb1-kunnr. IF sy-subrc EQ 0.*do nothing ELSE.*found, block. SELECT single * FROM kna1 WHERE kunnr e...

Resolved! Memory space

Hi Experts,I want to find out the memory space alocated to each and every table along wit the table space and its functional area(For example the memory used by vbak and its functional area and the table space associated with it) is there any table o...

Resolved! loop at <itab>

is the sy-subrc set inside a loop?i had a scenario in which the internal table header line contained a record that was selected after certain conditions were satisfied.i had a checked if sy-subrc equal to 0 and then proceeded. There were 3 records w...

Labels in this area