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

Extensions in BAPI

Hi, Can anyone help me out in this...I need to update a 'Z' table along with BKPF and BSEG tables using BAPI_ACC_DOCUMENT_POST. Do i need to fill extension1 of BAPI Interface. If so where exactly i need to embed my functionality of updating the 'Z'...

Resolved! SUBMIT + RANGES

Hi, in program01 i´ve got he following code snipet:CLEAR R_BUKRS.REFRESH R_BUKRS.R_BUKRS-SIGN = 'I'.R_BUKRS-OPTION = 'EQ'.R_BUKRS-LOW = 'AC'.APPEND R_BUKRS.CLEAR R_BUKRS.R_CTA1-SIGN = 'I'.R_CTA1-OPTION = 'BT'.R_CTA1-LOW = '170000'.R_CTA1-HIGH = '1719...

inner join

Hello !Does someone know wether it is possible to Join Tables like this:... bkpf as a inner join bseg as b inner join bseg as c ...I´m not sure about getting reliable result when using bseg twice ?!?Thanks,Christiane

Resolved! How to develop a BAPI

Hi all,I got a requirement to develop a BAPI and call it from Visual Basic.Can anyone please let me know how to develop a BAPI from scratch?With a simple example of addition of two numbers or some example which I can understand?Please kindly help !!!...

XML Library

Hi all,I created program for transfer data into XML file in version 4.7(use XML Library). When I copy this program into versin 4.6 program generate error: "Statement "DOCUMENT->SET_VERSION(" is not defined. Please check your spelling".***************...

Download a TemSe file

Hi community,I wuold like to access to the spool file in application server...It's Possible?I Believe a spool request save a Temporany file in application server.I wuold like to find a path location assigned to the request.Thanks everibody,Antonello

IDES Usage

Dear Experts,I installed IDES with my system.could you pls tell me how to make use of it.In which way its very usefull to ABap programmer to develop his Functional knowledge.can somebody give small example..ambichan

Resolved! Ranges

Hi All,I am having a select-option(s_matnr).I want to assign the values in select-option to ranges.I am declaring ranges as below.ranges r_matnr for mara-matnr.I want to use the ranges in select statement.Suppose I am entering values 1(s_matnr-low) a...

running shdb record

hi all,please help me..i'm a newbie in SAP and have a problem with running tcode as a result from shdb record. i try to run sap transaction from .Net, so i use shdb record.i record this activity:-open tcode TRIP then i must entry an employee id.-Hit ...

FM...

Hi,Can someone tell me the function module which will give the list F4 check values of a CHARACTERISTIC VALUE field after I pass it to function module ? I am struggling hard to get this done.Tushar.

Resolved! iXML DOM Parser Problem

Hi All, We are using iXML parser for creating a XML structure, where root node is supposed to have defined namespace prefix and uri . <<b>ns:</b>AddWithIndexObjects <b>xmlns:ns="http://tempuri.com/"</b>><FileNetDoc /></<b>ns:</b>AddWithIndexObjec...

Resolved! BAPI Problem

I need a BAPI or FM to update GL and SL. I found BAPI_ACC_GL_POSTING_POST, but it doesn't seem to handle the customized fields we have included in GL/SL. Can anyone give me some feedback on how to accommodate these custom fields with a BAPI? Your ...

Resolved! program to lock users

Dear Pros,As a security admin. I would appreciate if someone could help me program to lock users vis following requiremnt:1) Has logged onto the system in the past, but has not logged on in the last 90 days.2) Has never logged onto the sy...

hlep.

Hi,Can someone help me in implementing this simple logic in ABAP.Set of values : (00:10:00,00:18:00,02:14:00,05:30:00,10:40:00)If the value is not in this interval then it is updated to next higher value.Ex: 1)If the hour timing is 02:18:00 , it wil...

Logic for this..

Hi,Can someone help me in implementing this simple logic in ABAP.Set of values : (10,20,30,40,50)If the value is not in this interval then it is updated to next higher value.Ex: If the value is 25 , it will be updated to 30.Tushar.

Labels in this area