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

Resolved! getting field and table

hai allIs there any easy method to find the table name and field name from short description for a particular field?(i had only short description of a particular field..i need field name and table name )kindly helprewards will be given for useful ans...

user exit

Hi all.1.what is diffrence between CMOD and SMOD?2.Is it possible to add the code in SMOD without CMOD ?3.what is the use of Project in CMOD?4.Is possible to create two project for same exits?Pls help me.To be reward all helpfull answers.Jay

Resolved! Condition Type

Hi,Can anyone please tell me from which table I can get the description correspdong to a Pricing condition type. I looked in tables KONV, KONP, KOND, but I couldn't find in any of those.Please let me know which table will have the description for the...

Resolved! tables

hai allIs there any easy method to find the table name and field name from short description for a particular field?(i had only short description of a particular field..i need field name and table name )kindly helprewards will be given for useful an...

Resolved! NEED HELP IN CODING

Hi Gurus,The following code DATA : lv_matnr LIKE mara-matnr. DATA : itab2 LIKE itab1 OCCURS 0 WITH HEADER LINE . DATA : itab3 LIKE itab1 OCCURS 0 WITH HEADER LINE . DATA : index TYPE sy-index . LOOP AT itab1 . AT NEW matnr . APPEND itab1 ...

Resolved! itab sum

hi,i did like this.loop at gt_item into wa_item. sumtotal = sumtotal + wa_item-wrbtr .endloop. gt_item having 53 records.all are summing in sumtotal field but after 40 record that sumtotal is 0000. then its giving runtime error.why its like this?

TABLE CONTROL

Hi i want to add records in table control at run time in screen painter. how i add these because when i adding first record its ok,but when i add second record in second row the first record is flush out when i press enter buttonso what is solution ...

pdf generation

hi experts,my requirement is to generate a spool request as soon as i press F8 or i execute my classical report. My classical report's output should get copied into a spool request.At the same time, i want to catch that spool request number at runtim...

Resolved! SAR file in OSS note

Dear All,I read lot of message on the forum concerning the SAR file but it's always for me a big ????I want to implement the SAP note 1108749, and I must "Please apply the attached SAR files". The tool "SAPCAR" is implemented on SAP server ? In the ...

bdc update

hi guyz,At the moment only one user can apply condition type if two users apply at the same time its taking the only one and declining the other...so now i want to make it sure it should work for both the users..Program (at present) :DATA: lv_disco...

Idocs not updated.

hi, i am using an Idoc message type : HRMD_A and basic type : HRMD_A07 for updating values in the segment EP10105 in LSMW. When the Idocs are processed they are getting posted succefully, but the values are not getting reflected in the table.any su...

Labels in this area