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

Resolved! Convert char to p-type

Hi i have a file with some data i need to load.I have a field which is 13-position length field, with a comma and two decimals.When i try to move it to betgr field of t558a table i got a dump.How can i convert this 13 position char field to betgr typ...

Resolved! sort

hi experts i have done sorting as follows, but its not working properly.sort ipos by kda pos udate UTIME descending.loop at it_final.read table ipos with key kda = it_final-kdauf pos = it_final-kdpos.if sy-subrc = 0.it_final-budat = ipos-udate.550029...

run time error

Hi all.please go through this codeSELECT-OPTIONS : DATE FOR T_ZATTM-CDAT OBLIGATORY.loop at t_zattm. SELECT * FROM ZOTTAB INTO OTTAB WHERE ECODE = T_ZATTM-ECOD AND ODATE IN DATE."= t_zattm-cdat.endloop.my problem is if i give date r...

User Exit -> XIR80001

Hi,There is this user exit -> XIR8001 ( Customer exits for IR8A, IR8S & IR21 ). Under this there is one exit_rpct8AR0_001 (Calculating temse variables for IR8A report). I suppose this user exit can be used to compute the 10% total renumeration to get...

output in ALV's

hi, I am working with one of the ALV Financial reports.........I want the total of one financial year say for example : total of year 2007 to be printed in one column and the total of year 2008 to be printed in other column.How I am getting now the o...

IDOC is not created

hi all,We configured ALE for Purchase Orders, when we create or change the purchase orders the system will create the IDOCS automatically and send it to XI, most of them creating the IDOCS and successfully gone through XI, but some of the purchase or...

Resolved! FM PROB

HI..Iam new in using ALV...this is the following report i created...When iam executing the following report its getting short dumped..can anyone help me out in this...I didnt know how to use the FM reuse_alv_fieldcatalog_merge and iam facing problems...

Resolved! radio button missery

Im just giving a name to one of the items of my radio button. one of the item was named STRAWBERRY. I compiled the program and got this error:The parameter name ("STRAWBERRY" here) can be up to 8 characters long.Does this mean ABAP cant allow more th...

Resolved! New to BDC Programming

Dear Guru,I'm very new to BDC programming and methodology. Can anyone suggest me the best materials, sites or any knowledge repository to start learning with? Thank you very much. Reward will be given.Cheers,P.S. Any good example source code and p...

Resolved! Please Help

I have a code like this:My purpose is to have a header in my excel summary report.But there's an error like this: "Field "gv_HEADING-TEXT" is unknown. It is neither in one of thespecified tables nor defined by a "DATA" statement. "DATA" statement."sa...

RFC Query

HiCan we queue the call coming from Sender system in the absence of Reciever Sytem if we opt for INBound bgRFC ? Is there any way , or we have to go for OUT-IN Bound bgRFC for it ? Thnaks in Advance ,Pranshu

Labels in this area