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

Resolved! User Exit

Hi, My requirement is to make PAN number as mandatory while creating vendor.In XK01 PAN field was not there. After making settings in SPRO one extra tab 'CIN Detail' came inside xk01 and inside that PAN number is there. Through SPRO settings i cann...

Resolved! System Landscape?

Hi All,Please help me with the complete process flow of how we transfer objects from one server (development-quality-production) to other with their transaction codes and the steps that we need to follow in each of these servers as developers?Also wh...

Too many insert statements executed corresponding to one Insert statement

Hi,I have 2 tables. The first table has 21 fields and the 2nd table has 54 fields. I am inserting 10 records each into both the tables using following insert statement: "INSERT (<ls_data>-database_table) FROM TABLE <lt_table>." This means that above ...

ankur_malik by Product and Topic Expert
  • 616 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! Reg:BDC session method

Hi Friends,In call transaction we can display both updated and error records separately in a report.Like that in session method i want to capture and display in a separate report both error and updated records.Please let me know if you have any idea...

field catalog

HI..This and a similar sample plz... CASE X WHEN P_B1. <----&#44221;&#50689;&#51221;&#48372;&#51064;&#44221;&#50864; &#54596;&#46300;&#52852;&#53448;&#47196;&#44536; &#46321;&#47197; PERFORM CATALOG USING: 'X' 'MATNR' '' 'MARA' '...

Resolved! Need urgent help

Hi,i need help to to understand of the following codeTYPES: BEGIN OF type_pf_key, /bic/nicustpfn TYPE /bic/assdogpf100-/bic/nicustpfn, distr_chan TYPE /bic/assdogpf100-distr_chan, division TYPE /bic/assdogpf100-division, ...

Aummad by Participant
  • 263 VIEWS
  • 1 REPLY
  • 0 Likes

BDC Timing issue

Hi AllI have a BDC which calls transaction VC01 and submits sales activities. It works most of the time except when we get a large amount of sales activity text. When this happens the BDC does not return any data. What steps can I take to troubleshoo...

BDC Not working properly when Job is Scheduled though SM36 (NOBINPT = 'X')

Hi !I am running my BDC using the setting NOBINPT = 'X' through a work area(wa_opt) option for Call Transaction. The BDC is running fine when run directly from SE38, whether I run using A(Foreground) or N(Backgound) mode.But when I schedule a job thr...

Enhancement Section

Hi,I've one enhancement section in my code asENHANCEMENT-SECTION es1 SPOTS ZSP1. write: 'Original Section'. END-ENHANCEMENT-SECTION.I've defined two implementations for this enhancement section asENHANCEMENT 3 ZES1_IMPLEMENTATION. "active version...

Resolved! WRITE_FORM_LINES. Need to change the style when printing in the SAP Script

Hi Experts,I am using the WRITE_FORM_LINES function module to write a list of numbers.But I need to change the font of the numbers when printing it.I have changed it_header-tdstyle = 'S_DOCUS1'...SAP standard one but I need to create my own style.I h...

SELECT QUERY

i am doing an select like this FROM bsakINTO TABLE t_cleared FOR ALL ENTRIES IN t_data1 WHERE lifnr = t_data1-lifnr AND bukrs IN s_bukrs AND augdt GT p_kdate AND belnr NE bsik-augbl AND budat LE p_kdate AND bschl = 31. AND hkont IN s_hkont.now...

Resolved! Enhancement Section

Hi,I've one enhancement section in my code asENHANCEMENT-SECTION es1 SPOTS ZSP1. write: 'Original Section'. END-ENHANCEMENT-SECTION.I've defined two implementations for this enhancement section asENHANCEMENT 3 ZES1_IMPLEMENTATION. "active version...

Labels in this area