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

Resolved! fieldcatalog

HI experts,I'm using the code below. Hi can I set the hotspot to 'X'?CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = v_repid i_internal_tabname = 'I_REPORT' i_inclname = v_repid CHA...

ABAP Error

Hi ,I am doing an IDOC to IDOC scenario. Idoc from source system is successfully sent to xi and xi is able to delivery the idoc to the target system. When the idoc is posted to target system the status is 64 ‘IDoc ready to be transferred to applicati...

Resolved! Popup in ALV

Hi experts,How can I do that, if I doubleclick on an ALV line it takes us to respective Sales Order document?I tried to manage also the doubleclicking, but it doesn't work.FORM USER_COMMAND USING ucomm selfield TYPE slis_selfield. CASE ucomm. WHE...

Resolved! JAAS Login module SOAP

Hi all,I’m developing a new JAAS login module which will use Apache's Axis API to call a remote SOAP server. During the development process, I added the Axis library by using the classic Java Build path=> libraries on Sap Netweaver developer Studio. ...

SRM Authorisations

Hello Guru'sI am soon to be involved in the build of roles for an implementation of SRM 5.0, I have no experience of SRM transactions, or authorisations and I was wondering if anyone was aware of any documentation relating to this subject.I have been...

Resolved! Scrollbar in batch input

Hi experts,I have a batch input program of transaction F871. And I have a problem, I need to insert more than 5 lines in Table control of G/L Acct Items. I try to use BDC_OKCODE = P+ and BDC_OKCODE = P++ but doesn't work. I have SAP ECC 6.0Any sugges...

SI_BBKPF

In ECC 6,the follwoing declaration is working in DEV but not in Quality.DATA: BEGIN OF it_bkpf OCCURS 1. INCLUDE STRUCTURE bbkpf.DATA: END OF it_bkpf.The table is same in both the systems. the error thrown is SI_BBKPF is unknown.What could be ...

Resolved! About Dump.

Hi Experts,I am getting the dump while executing the report the dump is "No more storage space available for extending an internal table." Can any one help me? the error occured in the write statement.>>>> Write at sy-colno wf_hours.While writing th...

Resolved! sub total

hi! can any one tell me how to find subtotal and total of the field dmeng at change of mtart of the following program.i am writting the code. pl.rewrite the code and send it to meIF NOT ITAB[] IS INITIAL. SORT ITAB BY MTART KUNNR. LOOP AT I...

Resolved! Can any one help!

i want to create an interactive report where i select records from basic list by selecting chekboxes and clicking on a button created i will get the detailed list.please give the syntax for checking that checkbox.....here is my code but its giving er...

Labels in this area