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

Regading RFC

Hi All,There exists a ZTABLE (ECC server) and I am maintaining the same ZTABLE in SRM System ...... Now whenever a new record is added or for an existing record is changed in ZTABLE (ECC server) based on the date_change field it should update the ZTA...

Resolved! Size of Flat File

Dear All ,The requirement is like that how I can know the size of the flat file (bite or KB) after transfer data into Internal Table. Any standard function module is used for the same. Could you please update soon.Regards ,Nihar

Resolved! concatenate statement

Hi i have itab fields as below, all are key fieldsaaa 38 xxx-01aaa 38 xxx-02aaa 38 xxx-03aaa 38 xxx-04aaa 38 xxx-05aaa 38 xxx-06i need to concatenate 01and 02 and 03 and 04 and 05 and 06 into one field for display purpose.how to achieve t...

Resolved! User Exit

Hi, The problem is that the users have created a role and assigned some users to the role only those persons in the role are authorized to remove the block now my issue is i have to check whether the logged in user is present in that role how to do ...

Error message

Hi All, I want to display some error message i have used following syntax. IF zbapi_struct_as1_import-bukrs_clr EQ space. MESSAGE s001(Z9). ENDIF.This gives me the error message on the next screen at the status bar, my requirement is to displ...

Resolved! master data upload

Hello allI have vendor and customer data which needs to b uploaded into sap from legacy system.Now i have all these data available in english language and our countries have their branches in other countries around the globe.So if a russian user want...

Abort Message in BDC.

hi i have coded a BDC in my inbound-outbound interface,when the interface is run from XI, the BDC generates an abort message "Runtime error RAISE_EXCEPTION has occurred" and hence the record doesnt get created.But if I run the interface from ABAP its...

ALV

Hi, 1. How to get top-of-page in ALV reports and how to upload logo in ALV reports. 2. what is diff ALV reports and list reports. 3. what are the function modules in ALV reports. 4. what is diff ALV grid report and ALV list report. 5. how ...

Bad update table?

HiI have in FORM code: UPDATE Z_TABLE SET COL1 = 'value' WHERE COL2 = varAnd in this program is also many inserts and BDC codes. After execute all PERFORM is command COMMIT WORK AND WAIT.Problem is only in update table Z_TABLE. Some rows in database...

reports

Hi friends,My dobut is how to call one alv program in another alv program,three of our friends are treat it as alv interactive given the alv interactive example, friends please tell me the solution and if possible provide the code.Thanks in advance,S...

Reg: BADI

Hi All,I Want to call a custom screen inside my BADI.Im using a implementation of PLM_audit_alv_grid in plmd_audit transaction.I have defined a button using on toolbar method.Once i click on the button my custom screen has to be called.if i give "Ca...

Resolved! dynamic program help

Hi all.....i got this dynamic program to insert to the database. however it only grab the first value and insert. All my remain value is not insert to the database.here is my program.REPORT ZGARY_MASTER1.do 5 times. icounter = icounter + 1.APPEND '...

Report creation

Hi,Can somebody help me to write ABAP code to create report for this logic.1. The user would input the Auction Number, which would be a sales document no in SAP.2. Take the Auction number and go to table A511.3. Pass the auction into field IHREZ, USE...

Debug print program

Hi, I have created a output type for the packing list inside vl02n i.e. vl02n->pack->Extra->Output. Then, i also tried to debug my print program by placing a break point in it. But, the system did not stop in the breakpoint during the execution. ...

Labels in this area