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

sap script

dear experts,this is my driver program for the sap script.but when i execute this i am able to display the form. please tell me where i had gone wrong.TABLES: BSEG,BKPF,SKAT.DATA : BEGIN OF I_BKPF OCCURS 0,BSTAT LIKE BKPF-BSTAT,XREVERSAL LIKE BKPF-XR...

Resolved! RFC error

Hello,I am accessing HRP tables in a RFC function call, to select Training and Event management data.I have defined a stucture and am populating fields in an internal table of the declared structured type.This internal table is passed as a TABLES pa...

Select Statement

Helloiam using a select statement in my report and its taking a long time to fetch the data and thus ending up giving a short dump..The code is as below..Could you please help with solving this problem.. <b>SELECT VBELV VBTYP_V INTO (ITAB_VBAK-VBEL...

Resolved! Concatenate problem

Hello friends, I am having problem in concatenating.Below is the code,DATA : i_output TYPE n.PARAMETER : id1(8).INITIALIZATION. IF sy-sysid = 'PRD'. id1 = '00034665'. ELSE. id1 = '00034678'. ENDIF. CONCATENATE '010' id1 INTO i_output. WRIT...

Resolved! Transport

What is the transaction code for checking required authorization object if users get "no authorization" message?What is the T-Code for Profile Generator?Can manually created Profiles be included in an Activity Group? How?Name some of the authorizati...

Resolved! Infotype 0027

Hi,I have a question about infotype 0027. There are several cost center fields used for this infotype but in most of cases, not all cost center fields are used. My question is, normally is it sufficient to determine whether a cost center is used by s...

sapforms

Hi everyone,Sapforms allows to generate documents in PDF format. I would like to know if it was possible to automatically mail these documents with sapforms.I know it's possible with a WAS but I would like to do it with SAP R3 4.6C.Thanks,

Resolved! String manipulation

Hi experts,I am obtaining a string from the database. I just wanna split that string into every 60 characters.I have to append it to the internal table.For every 60 characters i have to give the row value as 1 and it should increment depending upon t...

Resolved! print logo

Guys,I want to print the logo in to the window with the condition.i wrote like this in se71.IF &EKPO-WERKS& ='0982' AND &EKPO-WERKS& ='1029'-what i need to write here.endif. i have only standard text name for the logo.reg,vijay

help

hi allthe below given pseudocode is a little confusing.could u help how to code for the following.1. “Ship-to Number”: Get KUNNR (ship to) from VBPA-KUNNR when VBPA-PARVW (partner function) =”SH” where VBPA-VBELN(order number) =VBAP-VBELN and if VB...

in contract layout

iam designing contract layout(script).in this layout i want to fetch the conditions for the itemavailable .how to capture the conditions for the item and the tax conditions. in EKKO table they are not maintained the KNUMV field for the contract numbe...

Labels in this area