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...

    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...

    sheenamk by Developer Advocate
    • 94716 Views
    • 212 Comments
    • 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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    How to find the difference between Project costs & Cost center costs?

    Hi all,Can you please explain me ? What is project Cost & Cost center cost and which are the tables having those fields of project cost & cost center Costs? And how to find the difference between their costs ? And please give me the functional Idea a...

    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    Populating the error message log (while executing BAdI implementation)

    Hi there,I have a BAdI to implement CRM_ORDERADM_H_BADI where it will check certain header data. If there is a certain condition that is met, we must not allow the transaction to continue by adding error message on the top (the red button). How can w...

    Resolved! Accepted Solution

    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

    Explore this Area