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

Resolved! Recording Transaction

Hi,<<Urgency Removed>>i try to record a transaction (MFHU) to use it in an ABAP program to cancel production by a scannerthe problem is : i recovered a success message in output (for backflushing) but in the transaction's log it gives me error(for ca...

Looping At NEW

Dear experts,i have two internal tables table 1PONo    Matnr     00001    xyz00002    xyz00003    abctable 2PONumber     PRNUMB       Matnr00001              100001        XYZ00001              100002        XYZ00001              100003        abc000...

about know the holiday and weekday

*TO FIND THE HOLIDAY DATE                 DATA :  LD_DATE LIKE  SY-DATUM .              data : gltrp type  sy-datum .                 LD_DATE = GLTRP + 1 .           (this statement is not accaciable _)                 DATA : LC_HOLIDAY_CAL_ID LIKE ...

mm posting period

Dear All,I want to do posting in period 07 but the current period is 09 and previous period is 08. System only allow posting in period 08 and 09 So how can i do posting in period 07.ThanksModerator message : Not directly related to ABAP development, ...

CATCH syntax

Hi abap experts,i am new to abap, can any one please explain about CATCH syntax.I have observed in some programs depends on requirement CATCH syntax has been written like this CATCH cx_bcs CATCH CX_SY_FILE_OPEN_MODE CATCH cx_shm_errorCATCH cx_sy_conv...

Resolved! Cannot see transaction code field in CDHDR when calling BAPI_PO_CHANGE in Background Job Mode

Hi All,Need your advice, I cannot see the transaction code field in CDHDR table, when calling FM BAPI_PO_CHANGE in Background Job Mode. If run in foreground mode, this transaction code field value will be updated using the same FM, and the value will...

Resolved! Open SQL array insert results in duplicate database records

Hi,When i am trying create Characteristic using tcode-CT04, i am getting short dump in  SAPSQL_ARRAY_INSERT_DUPREC.Runtime Errors         SAPSQL_ARRAY_INSERT_DUPRECException              CX_SY_OPEN_SQL_DB  Short text    The ABAP/4 Open SQL array inse...

Resolved! how to count rows

Hi,I want to count records against each project no, below is my code*&---------------------------------------------------------------------* *& Report  /BWN0/PS_TABLE_ALLOC_DTL_RPT *& *&----------------------------------------------------------------...

Resolved! error: The specified type has no structure and therefore no component called "NAME".

Hi,what's the problem with following codeError: The specified type has no structure and therefore no component called "NAME". component called "NAME".          "C1" is not type-compatible with formal parameter "I_C1".CLASS c2 DEFINITION.   PUBLIC SEC...

Labels in this area