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

Resolved! Regarding Reports

Hi gurus, I am not an ABAP guy but due to absence of our ABAP staff I was assigned a small work to do. I created a report for purchase requisitions in SQVI. I was stuck at a point where the report needs to be viewed only by the user name who logg...

Shipment IDoc

Hello SDN,I am saving shipment Idoc in VT02n using further data option "Send Idoc using application own transation".Can someone tell me the tcode which i need to use after that for sending Idoc?It will be helpful if you can tell me the way to find th...

Resolved! Area menus

Hi,We currently are running SAP version 4.7 and are contemplatingupgrading to SAP ERP Version 6. I would like to know if Area Menus areavailable in the new release and, if so, will our current Area Menuscontinue to work properly.Thanks.

Resolved! Issue in WE57

Hi All,We have an issue wherein a user is trying to access WE57 transaction,he can get change access in 4.6C version of sap system whereas he is not able to go to change mode in ECC 6.0 version.He is having same set of authorisations in both the syst...

Resolved! f4 help

hai abapers,ihave req like in production order co01.material:palnt:ordertype:when i give material based on plantmy req is to when i click f4 help on order type i should get ordertypes values with respective plant.like my plant is hsd01i should get or...

Resolved! How prog RFBIBL00(SAP) knows that, my excel sheet has to post form FBB1 tx?

HI Experts,The SAP documentation is saying that, the prog. RFBIBL00 can post documents of any of one like FBB1, FBV1, FBS1, FB01 tx.Ok, i hv a excel sheet with data and am looking forward to post it to SAP as FBB1 transaction......so, i can give the ...

Resolved! CUA problem

Hello Friends,I have CUA set for my environment. Now when I create a Z* role in one of my child systems, I dont get to see it in my Central System untill and unless I run Text Comparison from chils system in Roles tab of SU01 in my Central System.So ...

Resolved! Sort Internal table based on another internal table

Hello All,My Requirement is :I have two internal tables itab1 and itab2. itab1 has partner_number along with some more fields/columns. Based on the partner_numbers of the itab1 i write a query to get the values for partner_last_name and central_block...

About screen

I have two screen 500 and 600.First call screen 500, pop a dialog, after input some fields, i want to write the list in screen 600.I have the following code. When I call 600, no data are written. can someone tell me the reason?Thanks in advance!I hav...

Resolved! read table question

Hi every,I got a question. I have the following code:READ TABLE itab WITH KEY value = lv TRANSPORTING NO FIELDS.IF sy-subrc IS INITIAL. flag = 'X'.ENDIF.If I want to change the condition to " value <= lv ". Then how to rewrite the code? Thanks!Reg...

Resolved! Auto Update on F4 help

Hi Friends,In Dialog programming,i have 3 screen fieldsbelnr: _________(F4)gjahr:__________bukrs:___________i have a F4 help only on belnr screen field.when i click F4 on BELNR , i have to get a POP-UP window displaying all the 3 screen fields. after...

Resolved! Is there a completely reliable method of adding months to a date in ABAP?

Does anyone know of a completely reliable and consistent ABAP function module that can be used to add months to a date. One that will always get the correct last day of the month when requested to add 1 month to the last day of the previous month. ...

Resolved! delete fields table

I want delete all fields of the table Z_ABC, but after I want write all data of the internal table i_tab2 DELETE FROM Z_ABC WHERE SYSTEM NE 'delete_all'. "I want delete all fields of table MOVE-CORRESPONDING i_tab2 TO Z_ABC. update Z_ABC.I ...

Resolved! Create Inspection Lot

Hi,In my program, I want create an inspection lot with Function 'QPL1_INSPECTION_LOT_CREATE'. Before I created the inspection plan. I used control flags (RMQED) like the function 'CO_QM_INSPECTION_LOT_CREATE'. In 'QPL1_INSPECTION_LOT_CREATE' output, ...

Labels in this area