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

Resolved! decimal value problem

hi Experts,I have created the alv grid report to display the balance periodic wise.the report is displaying fine but the amount value in the report is not displaying the decimal value correctly .for EX: i have the previous balance 1,455,932.41- and t...

Resolved! Core-users usage report

Dear All,Need a help.We have setup a sandbox system and currently piloting phase is going on.As part of  security measure to avoid data tampering,we need to retrieve the list of transactions core-users are executing.This is needed for all the users.C...

Resolved! How are Purchase Info Records generated in APO after CIFing them from R/3.

Hi ,I have a problem which i need clarity on. I need to know if I am on the right path.I will list the things I have done and then bring up the issue I am facing.     i) I created a contract in an R/3 system using me31k    ii) I then created an Integ...

m4abrams by Participant
  • 4190 VIEWS
  • 4 REPLIES
  • 0 Likes

MIRO Transaction

Dear All,I need some help for the below QueryAs per the SAP Note 381593 which says that  BDC not possible for Transaction MIRO.However, I need to prepare a BDC in which I need to click on Another Invoice Button (Okcode = DOC) and pass the document nu...

Error in the code

Hey Guys,I have one question regarding the routine that i have written. This is the routine that i have written:*&---------------------------------------------------------------------**& Include           ZBW_SUPERVISOR_EMP_ALD*&---------------------...

Commit and Roll Back

What is the roll of Commit and Roll back, Before Commit statement data is save in the database table or not ?And If Commit statement is executed successfully then can we roll back all the changes or not?Moderator message : Search for available inform...

Table control wizard

Hi experts I need your help  I have created Table control wizard with 3 fields in that I need to check the first field for empty and on selecting save button it should check the next row if that 2 row of the 1st column is empty or not. And one more t...

Left outer join

SELECT t1~bukrs t2~bwkey t3~lgort     FROM    t001 as t1    left OUTER JOIN   t001k as t2 on t1~bukrs = t2~bukrs     inner join t001l as t3 on t2~bwkey = t3~werks   into CORRESPONDING FIELDS OF TABLE lt_overview   .The left outer join doesnt work, b...

Resolved! Date determination

Hi Experts,I have a requirement to calcuate the weeks start date  for a particular location say location 1.In this location it is configured that the 1st day for a month starts with Thursday.So based on this i need to calculate the week start date.Sa...

Unable to debug BADI Implementaion of the BADI '/BA1/BADI_R6_BADI_CALL' for BI extraction in Bank Analyzer

Hello Guys,I am using a BADI '/BA1/BADI_R6_BADI_CALL', it's interface '/BA1/IF_EX_R6_BADI_CALL', the method of that interface 'CALL_BADI' to enhance the extracted data for a datasource in Bank Analyzer to send the data to BI system. I am not able to ...

Resolved! Recommended Settings for the Security Audit Log (SM19 / SM20)

Hi Security-Folks,I like to discuss with you the recommended settings for the Security Audit Log (SM19 / SM20).Here's my proposal:Profile Parameters:rsau/enable = 1rsau/selection_slots = 10rsau/user_selection = 1Filter settings in SM19:1. Filter: Act...

How to access internal table (OutPut Result Data) of SAPGUI ALV Report in Your Report

Following details gives a comprehensive object-oriented way of accessing ALV output at runtime...Here is best way to do that...Step 1> TYPES  : BEGIN OF w_tab,*Define structure of Internal table same as in ALV report .Types:    END OF w_tab .Step 2>t...

field symbols

Hello,I tried to use field symbols but failed. Would any expert help me on resolving it?DATA: GF_MARA TYPE STANDARD TABLE OF MARA. FIELD-SYMBOLS <FS_MARA> TYPE ANY. SELECT *        FROM MARA        INTO CORRESPONDING FIELDS OF TABLE GF_MARA.   LOOP ...

SAP ABAP : getting syntax error

Hi friends, doing up gradation there is one program in ECC 5.0, and it is working fine in ECC 5.0But while upgrading to ECC 6.0 it is giving syntax error.below I am sending the code.BEGIN OF lty_s_ekab_key,                             "1001282       ...

Resolved! Problem with Function Group after Transportation for Table maintenance Generator

Hi All..We have a problem with Function Group In TMG(Table Maintenance Generator) after Transportation to Quality Server and it is giving error as "Check maintenance object ZCSVT024 or update function group ZMA0_ZCSVT024" .we done couple of change(ta...

Resolved! cl_document_bcs: External E-Mail ok but no entry in businnes workplace inbox/outbox

Hi out there,i'm using  cl_document_bcs class and methods to send email with attachement. everything works fine. messages will be send successfully.But also i need to have an entry in sap business workplace for outgoing messages at senders workplace....

Resolved! DUMP IN PS_BAPI_INITIALIZE FM

Hi experts,I have a short dump in PS_BAPI_INITIALIZE FM with RAISE_EXCEPTION:* Initialize message handler   PERFORM bapi_message_handler_start               CHANGING                  e_msghand_num.   IF sy-subrc <> 0.     MESSAGE e034(cnif_pi) INTO n...

Labels in this area