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

Resolved! Require a Routine

Hi ALL ,as per my Requirement while creating a billing document under the line item level we will find the pricing TAB in the pricing TAB they are maintained some condition types for every line items as we know. so requirement is need to clear the am...

Save runtime of a RFC call

We have some shop-floor machines that has to get batch data directly from SAP using a RFC call to a Z functionmodul. Sometimes they complaine about long response times. In general when looking at standard SAP logs and general response time we can’t s...

Actual Cost Vs Planned Cost

Hi Experts,I want write a report for the two things i.e actual vs planned.i am currently trying to do planned cost vs actual cost                                      planned time vs actual time                                      vatiance and overh...

Resolved! ALV Grid bug when dealing with non-ASCII character

Dear all,I have a requirement to display user's remarks on ALV.  The data element of the remarks column is TEXT200.  I know that each column in an ALV Grid can display at most 128 characters.  Since my SAP is an Unicode system, I expect that each col...

Resolved! Casting problem

Hi all! I want to know the content of a field from another program, I have tried something like this but it doesn't work: FIELD-SYMBOLS: <fs_wa> TYPE syucomm. DATA: var_name(50) TYPE c.var_name = '(PROGRAMNAME)VALUE'.ASSIGN (var_name) TO <fs_wa>. The...

Resolved! while processing C015 - Getting Error 'Reservation 000005089 is already being Processed "

Hello,I have created a customized Program script which will process  MB1A , MIGO and CO15 simultaneouslyMB1A - using BAPI MIGO and CO15 using BADIWhen i process for few records everything works fine. But when i process for 2000 records , after proces...

Resolved! BAPI_ACC_DOCUMENT_CHECK

Hi gurus,There is an inbound interface where the document postings are done in two steps. where the miro posting is done in step1 and another posting is done using BAPI.  This is the function module that is used for postings IDOC_INPUT_INVOIC_MRM.In ...

Link Between FI and PS

HI,I have a problem when I try to get some FI documents starting my SELECT with PROJ Table, at the end I sould find BSEG-PRCTR fieldI tried to read (1) PROJ-PSPNR = PRPS-PSPHI(2) PRPS-PSPNR = BSEG-PROJBut it did not work ,, after that I tried with  F...

Resolved! Need to maintain Change History in VA02 for a Z field in VBAP

Hi Experts !!I have tried the below steps but the change log is not getting updated.CALL FUNCTION 'CHANGEDOCUMENT_OPEN'then,CALL FUNCTION 'CHANGEDOCUMENT_SINGLE_CASE'then,CALL FUNCTION 'CHANGEDOCUMENT_CLOSE'In CALL FUNCTION 'CHANGEDOCUMENT_OPEN', I h...

Resolved! Performance Issue

Hi Guys, I am facing one performance issue. I have two custom reports which selects the data from some standard SAP tables and will load the data into one Z table.  Now in report 2, one of the existing SELECT queries, I have selected one extra field ...

SM35 restricition

Dear Experts, We had a requirement, where we need to restrict the foreground and display error option for user and should allow only background processing of data. We were able to restrict background through s_btch_job but please suggest how to rest...

Resolved! TMG

Hi All,Assume a table having 15 fields with 2 primary keys and done TMG for it. It completed without any errors. But when I open the same table in sm30 tcodeI should get all the 20 fields in  a  screen with full screen of table entries.If possible no...

Resolved! Unable to browse entries of External view for an SAP HANA analytical view.

Hi Expert,I was trying to create an external view for Analytical view from SAP HANA Studio. The external view got created successfully and i can see it in SE11 but am not able to browse the entries . I tried it to pen in SE16 also but got below error...

Resolved! abap file with xml code not work with internet-explorer !! why?

Hi all,I have 1 file  PIPPO.XML I have create with  ABAP  program the same records in other file: PLUTO.XMLI used this internal table:data: begin of   TB_XML   occurs 0,       line(255).data: end   of   TB_XML.in abap program I forced the values ​​in...

Labels in this area