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

Resolved! Fields of itab

hi experts,i have an internal table ITAB. it has 10 fields. I have to fill all the fields of itab with some constant.but i dont wanna do like this.itab-field1 = 'const'.itab-field2 = 'const'.;;append itab.any alternative solution for this? coz in rea...

Resolved! User Authorization

Hi All, I need to restrict Transaction SE38 from end user execution.?Transaction SE38 is not available in the roles assigned to end user, but still it is available for the end user to execute.Points1. Enduser is having some reports for execution at E...

Resolved! client creation

hi, i am new to sap.i have created a new client using scc4 with user id sap* n password pass.i have created a user using su01.with that new user i logged in but when i give tcode su53 it is giving as u r not authorised to use this transaction....

Cost Center Security

I've been tasked with defining a sustainable security scheme around my clients current cost center design. The issue here is that their cost center assignments are very fluid; changing on a regular basis. There are several groupings of cost centers t...

BKPF and BSEG?

Hi Guys, I have the above 2 tables i need to dump all the columns in the above 2 ables in to 2 files.But this had to be done daily.here comes the problem for BKPF we have create and changed date of dcoument number .but for BSEG we dont ...

Resolved! ABAP statement

I didnt giev exact requirement.my requirementis REGUH table has fields azbukr ahbkid ahktid avblnr azaldt aznme1 a~rwbtr awaers azbnkl a~rzawePAYR has fieldsbchect bchecf b~gjahrcommon fiels is vblnrreguh can have 10...

Resolved! where clause

i have an itab ITAB1 , with a field NAME which is supposed to have many A's, buti have to report error if all entries are A's.LOOP AT ITAB1 WHERE NAME ..................... WRITE: / 'ERROR'. EXIT.ENDLOOP.what do i put in the where clause.plz help

FM for RESB

Hi everyone, I need a FM or BAPI in order tu insert or update the RESB table. I allready have the order and activity number.In fact the only thing I need is to insert some materials numbers and qty's to the reservation of an activity. How can I do ...

Resolved! unable to interpret

hello friends,i was trying to execute the following .read table itab1 with key name NE 'A'.if sy-subrc = 0.write:/ ' error'.endif.it says " Unable to interpret 'NE'. possible causes of error : incorrect spelling.can any one tell what my mistake is.

Resolved! Movement types

Hi,I am trying to move the stock using 'BAPI_GOODSMVT_CREATE'. I have 2 issues:1. i get a msg deficit in SL for material in plant BP01. I see the error in the 143 rd record of my file which moves stock for this material from storage location X to Y. ...

Resolved! ABAP HR

Hi Experts, In which table in HR or infotype can I find POSNR field i.e fund id . Is there any way that if we know the field name we can find the tables in which this field is present.Thank you.Regards,AdmirPonits will be rewarded.

Resolved! Hello

Hello gurus,I have a "," delimited text file, and i have to upload that to an internal table of two columns as as follows.example:-Text file:Book,Pencil,penkumar,ramesh,srini,ram,lakshman.Intenal table should get populated as follows:-Book pencilBook...

Labels in this area