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

job scheduling- sm36

hi,i tried to run my program thru sm36.following are the steps i followed ,1. give Job name2. click Step3. specify program name and variant4. check and save5. back to the front screen of sm366. click save button7. now click Start condition8. click Da...

Resolved! Error: "Vendor not found in company code XXXX" on calling BAPI from Portal

Hi ABAP Gurus,I am a Enterprise Portal guy and need your help.I am trying to create a PO Based Invoice by calling a BAPI from my portal using Java Connections(JCos). I provide these details manadatory details:<b>Heater Level detals</b>Company code , ...

Resolved! BAPI_PO_CHANGE

Hi All, I am working on an interface where I need to change the price of the PO's, and for this I will be getting an input file which will have the material no's and the price associated to those. I need to select PO's based on the following conditio...

Resolved! offset too long

Hello experts,I tryed to execute the following lines of code, but I get an error message saying something like "offset too long". -DATA: str1(60) TYPE c, len type i, spcarr(60) type c value'0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ@&()_-+=|\:;",...

Resolved! BDC save Button

Hi exprets,While creating bdc On MEK1 after entering all value when i click on SAVE button it " Exit " from the Tcode MEK1 .But i want to continue eventhough i Click on Save button... how it possible. ?Point is assured *********

Resolved! Variable

HiReq : A varible which should be a unique no for one execution of the program . if the variable is i_doc = '1000000000' for one execution (f8), then for the next execution(f8) of the prog 'i_doc = '1000000001'. and so on . It should bea number of le...

TIME_OUT ABAP Dumps

Hi Guys,We are getting ABAP Dumps in our systems very frequently. We are currently using 4.6C (DB2, AIX). We are gettting the dumps in many programs, is this because of some error in application. We currently have kernel patch level 2307. We have alr...

Resolved! SUBMIT PROGRAM

Hi all,How can i trigger a standard program that has selection screen from my custom program. Please note that i have to pass the selection screen values also to the standard program from my customer program. Also note that, the solution should not s...

Resolved! Regarding Tcode IL01

In Tcode IL01....THE FIELD Superior functional location.....when we make an entry in this field......which table does it affect??I want to retrieve Superior functional location for a particular functional location ..so want to know which table does ...

Resolved! Basics of reports

hi friends,i am new to reports. I am learning the basics os reports.please suggest me some sites or else some pdfs so that i can understand the basics of them.my mailid is <b>lok412.ece@gmail.com</b>.please help me i need them

Transaction SNUM

Hi All,What is the transaction SNUM used for ? and how is it used ?In my requirement I have to create an id for each Payment Order generated and store it in a z table. This is should be unique for one whole year. The volume of Payment Orders generate...

Resolved! BAPI_ACC_DOCUMENT_POST

Hi,I am using <b>BAPI_ACC_DOCUMENT_POST</b> to create accounting document, the function module is successfull(returned msg 605 success) but the document is not created(the tables are not updated), i have used FM <b>BAPI_TRANSACTION_COMMIT</b> also.Th...

Resolved! help in insert

HI,i have internal table and i wont to insert the data from internal table to database table how i can do that? LOOP AT reptab INTO wa_reptab. MOVE : wa_reptab TO wa_reptab2. INSERT wa_reptab into TABLE zsd_input_table. ENDLOOP. i h...

Resolved! Date Formating

Hi all I get the Date in the format either in DD-MON-YYYY or DD.MM.YYYY. Even sometimes in other format. I am using CONVERSION_EXIT_SDATE_INPUT to convert it to internal format. since I have to find the Day from this date using DATE_COMPUTE_DAY. ...

Labels in this area