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
    • 94721 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    New object in LSMW project

    Hi ExpertsI have an LSMW project  P, underwhich there is subproejct SB and below that there are LSMW objects like OBJ1, OBJ2, OBJ3.These are available in DEV system and PRD.I created a new object OBJ4 in DEV under the same project and subproject.Now ...

    Resolved! Accepted Solution

    Table maintenance and OBJH

    Hiwe have a database table ZZVALLEYT that we need a maintenance view for. We created a table maintenance dialog for thesame in development system (DS3) and transported to the quality system (PP3) where its working fine. The problem is thatwhen the sa...

    Resolved! Accepted Solution

    Showing an exception invalid_target in JOB_CLOSE function module

    Hello All,I have a report to schedule 3 jobs in parallel. In that first job should schedule immediately and the rest two schedule with a 15 mins gap.I've written a sample report, In that first job is scheduling correctly, but when it comes to second ...

    Resolved! Accepted Solution

    ASSERTION_FAILED

    Hi ExpertsPlease provide the reaon for this dump error.I am using the transaction /DBM/VM for vehicle creation.Category           ABAP Programming ErrorRuntime Errors     ASSERTION_FAILEDABAP Program       /DBM/CL_VEH_DBMVEHICLE========CPApplication ...

    reuse alv fieldcatalog merge

    Hi,       i'm trying to populate my fieldcatalog automatically my code is as follows:   tYPES: BEGIN OF ty_vbak,       vbeln TYPE vbeln_va, "SALES DOCUMENT NO."       kunnr TYPE kunag, "SOLD TO PARTY."       waerk TYPE waerk, "CURRENCY"       vkorg T...

    Resolved! Accepted Solution

    How to Autoprint PDF files?

    Hi there experts!I've read some articles and discussions on forums  about auto-printing pdf files and i've tried some things but with no success.My task is that i need to print pdf files from local or server without  the need of seeing the files.what...

    Resolved! Accepted Solution

    ABAP HTTP Client NTLM 401 Challenge type Authentication

    Scenario:From ABAP using cl_http_client calling a url in IIS server which requires NTLM 401 Challenge type authentication. I have followed the steps in this documentation  (thanks Gregor Wolf) , but don't know how to build the type 1 message, type 2 ...

    Resolved! Accepted Solution

    LVC_FIELDCATALOG_MERGE Problem

    helooo all,i am using the Function module To generate the field catalogue for internal table.Here is my code:Declarations of internal tablesDATA  IO_FCAT TYPE  LVC_T_FCAT.DATA: BEGIN OF I_MSEG OCCURS 0,           MBLNR LIKE MSEG-MBLNR,           BWAR...

    Resolved! Accepted Solution

    Should a customizing request be released before a workbench request ?

    Guys Just a quick questionI have made two transport requests in R/3 for AP BW.(1) DS3K915597 - Workbench(2) DS3K915640 - CustomizingMy question is should the sequence of transport be (1) then (2).  Or shouhld I release (2) first since it is a customi...

    Custom button in quotation

    Hi,     I add a custom push button (name URL) in the dynpro "Additional data B" of transaction VA21/22/23 (Quotation). The button only needs to open the browser of internet. I modified dynpro 8309, and I have inserted the module user_commnad in inclu...

    Quark_G by Explorer
    • 696 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Delete statement

    The statement below is going to work fine in ECC 6.0 DELETE IFINAL WHERE BELNR NOT IN MBLNR.where MBLNR is the select option declared like below.SELECT-OPTIONS : MBLNR FOR MSEG-MBLNR MODIF ID DT1.But when the same code is copied in 4.6B, this will gi...

    Resolved! Accepted Solution

    FU EXIT_SAPLMR1M_001

    Hello,i´m using the EXIT for a extented check and want to raise the exception CALL_FAILURE. But when i want to raise the exception"raise exception call_failure", i get the syntax error "Old and new exceptions cannot be used at the same time."Please g...

    Resolved! Accepted Solution

    Require BAPIs to create Vendor Master Data

    Hello,I’ve a requirement that Create/Change Vendor Master data via BAPIs. For this I need BAPIs, I’ve done research before posting this thread, but I didn’t find suitable BAPI(s) for my requirement. I’ve checked with the BAPIs 'BAPI_VENDOR_CREATE' 'B...

    Resolved! Accepted Solution

    Business Address Services Assign Address to multiple Address Groups

    I take this right out of the documentation for FUGR SZA0:V. Terms/GlossaryAddress/Person groupAddresses and persons can be assigned to an address or person group. One address or person can be assigned to several groups (multiple assignment). This all...

    Resolved! Accepted Solution

    Problems with gross/net weight of Material (with density)

    Hi guys, I'm trying calculate in a ABAP Program the gross/net weight of material according to another Unit of Measure. So, there is the basic gross/net weight in MARA and there are many Conversion Factors in MARM according to each Unit of Measure but...

    Resolved! Accepted Solution

    ALV grid layout

    Hello , I have a report printed with  'REUSE_ALV_LIST_DISPLAY'  fm. The output looks like old reports with fixet colum widith. Please let me know how I can switch to new alv  layout . Thanks Moderator message: please do more research before posting.M...

    Resolved! Accepted Solution

    Assigning values ​​to a structure with field symbol

    Hello,I need help with field symbol.I have the following example: FIELD-SYMBOLS: TYPE STANDARD TABLE <t_cta_int>,               <wa_cta_int> TYPE ANY.  DATA: TYPE REF TO data l_dyns.  DATA: TYPE REF TO l_struc cl_rs_struc,        TYPE REF TO data...

    Labels in this area

    Explore this Area