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

Resolved! Code help

I have written the following logic but get the error:E:Field "OBJVERS" unknown.CodeDATA: lt_tab1 LIKE /BI0/Ptable OCCURS 0, ls_tab1 LIKE LINE OF lt_tab1. REFRESH lt_tab1. SELECT field1 FROM /BI0/Ptable INTO CORRESPONDING FIELDS O...

Resolved! CDPOS table is oversized

Hi experts,I don't know too much about table CDPOS. Could you tell me something in detail about this SAP table?I had performance problem according to cdpos table. It has a size category 3, which means that it is planned for 50.000 records. Now it has...

Resolved! ess/mss best practice

When implementing employee self service and manager self service what are the best practices when creating ids. Do most use active directory. Or employee Ids and or generated numbers. I would like to know what the best methods some may recommend.Th...

Resolved! form does not exist !!

hi,i created a function module, had a perform statement there. double clicked the form name and chose to create it. An include was automatically created named LXXXXXF01. I wrote the form - endform statements there. I added a couple of more such routi...

Resolved! ABAP to JAVA

We have a ABAP program that executes a Java program using JCo and imports the results.We Run the ABAP program in one System (Sys-A), which will call the JCO Server program and open the JCO server instance in Sys-A. The Java server program returns the...

commit work

i modified a record but it is taking more time to get updatedin database..i used commit work with in perform..is that correct... but that is also not working...please help me out such that my record should get updated immediately...

Resolved! bp_job_select_sm37b

using BP_JOB_SELECT_SM37B i tried to get the current scheduled jobs with running status.the parameter i tried to pass is exporting parameter-jobselect_dialog = 'N'.jobsel_param_in = ld_jobsel_paramsimporting parameter-jobsel_param_out = ld_jobsel_par...

IDOC EXtension

Hi GURUS,I need help in extending an IDOC..i have not worked on idocs before...So could you please guide me in doing this task...This is with respect to Shipment..the detaisl wat i have is..SHPMNT05 Basic type, ZSHPMNT_STS Extension and ZSHPMNT_STATU...

Structure for RFBIBL00

Hi,I am planning to use RFBIBL00 to create an interface for posting accounting data from third party systems. Can somebody tell me how to get the field list from the structure of this program and also how to get the sample file for this program. I tr...

Resolved! Remote Call

I have written an RFC Enabled Function Module in client 140.I am calling that program from client 130. After fetching the data from 140, i cant able to see that data when the control switches back from 140 to 130. How can we export the data.I have us...

Labels in this area