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

System failure during locking GL account 5555 by 13113910 Message no. 8I076 and the time of saving out going excise invoice.

Hi SAP Gurus,We are configuring the CIN Settings for our client and at the time of testing, while saving the Out going excise invoice the system is giving the error as “Balance in Transaction Error” and when pressed enter the system displays the erro...

How Tp Print Footer In ALV GRID

HI Experts,                     Can any one tell Me How to Print Footer In ALV GRID. I use FM REUSE_ALV_GRID_DISPLAY FOR DISPLAYING GRID. in this  i want to print  SUBTOTALS AT END OF EACH PAGE. but footer is not printing .                           ...

Resolved! Re-authenticate or provide additional credentials to access sensitive data

Hi,I am wondering if anyone has ever come across a scenario in SAP where a user is asked to provide an additional logon (perhaps a PIN number or asked to re-enter their password) in order to access sensitive data in the system? I was recently asked t...

ABAP Import Error

Hi Team,As we are on the verge of SAP system go live.We are building DR system in Windows 2008 R2 Microsoft cluster service with our Production system Export.We have taken the SAP Export from production as High Availabilty mode  and we have installed...

left outer join problem

Hi all, Below is my code:   SELECT a~column1                a~column2                b~column3                b~year       INTO CORRESPONDING FIELDS OF TABLE itab       FROM ztab1 AS a       LEFT OUTER JOIN ztab2 AS b       ON a~column1 = b~column1 A...

Resolved! Unusual occurance of No measurement unit is assigned to ISO-Code

We are getting the error "No measurement unit is assigned to ISO-Code xxx" for various units of measure when we are processing BOMMAT IDOC's at sporadic intervals.  I've already gone through the various discussions on this error ( like checking CUNI ...

Resolved! Issue on BAPI_GOODSMVT_CREATE stock upload , Batch is not creating

Hi All,       Using BAPI_GOODSMVT_CREATE BAPI , uploading the initial stock in mb1c      for example :  momnt type = '561'                           plant      = '1000'                            SL         = '1000'                             materi...

alternative for SELECT COUNT(*) FROM kna1 WHERE kunnr EQ <fs_kunnr>-low.

hello friends,what can be the alternative statement for the select statement used here BELOW mentioned in BOLD?FIELD-SYMBOLS <fs_kunnr> LIKE s_kunnr.                               SELECT kunnr FROM kna1     INTO TABLE gint_kna1     WHERE kunnr IN s_k...

Resolved! Using Hashed table

Hello experts,Suppose a database table has key fields A, B, C, D, E, F and G. I define a Hashed internal table to fetch data from this database table.types begin of ty_str,          a,          b,          c,          d,          e,          f,      ...

Labels in this area