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

Send csv file to FTP Server

HiI wants to send a autogenerated csv file to FTP server but getting the command error while sending the file.Kinldy find the below codes.   CALL FUNCTION 'FTP_R3_TO_SERVER'    EXPORTING      HANDLE               = HANDLE        -----------1      FNA...

ipravir by Active Contributor
  • 2834 VIEWS
  • 4 REPLIES
  • 0 Likes

Extracting Data from SXMB_MONI when Overall Status = System Error

Hello Friends,                    I want to extract all the data from SXMB_MONI Tcode when Overall Status will be SYSTEM ERROR. I have found the structure SXMSMSGDSP which is related to all the fields in SXMB_MONI, But I am not able to extract the da...

Resolved! How to check delivery status and billing status of a sales order?

Hi all,Can u please help me in getting the delivery status and billing status of a sales order. I know about all the tables like VBAK, VBAP, LIKP, LIPS, VBRK and VBRP. But the issue is that I want to check a single slaes order and then check the deli...

Resolved! Values in internal table

Hi all,I am developing a report for Bank Deposit. I have a following selection screen SELECTION-SCREEN BEGIN OF BLOCK a WITH FRAME TITLE text-001. PARAMETERS: p_cocd  TYPE febko-bukrs OBLIGATORY. SELECT-OPTIONS: s_hbkid FOR febko-hbkid,              ...

Purchase Requsition

Hello All, do you have any experience, how to link Purchase Requsition Number to Asset Card Number? From my point of view, it would be the best to create function module, but I cannot find the key how to join data from tables EBAN (Purchase Requsitio...

Resolved! function &memory

When we call a function, SAP will be the current functions of all the elements in the set of loading into the abap memory.Problem is when I finish this function how to clear the memory.FOR EXAMPLE : BAPI_OUTB_DELIVERY_CONFIRM_DEC                     ...

How to delete items from a table using BOPF Code?...

Hi Experts,                I am trying to delete contents of a table using BOPF code in a report program. I have created Custom Business Object and trying to delete the contents through abap report program.Ex: Course(ROOT)            -> Batches      ...

Errror in Implict Enhancement(INCLUE REPORT ''ENHANCEMENT NAME=========E '' NOT FOUND.)

I have problem in implicit enhancement.while i am activating SAPMV45A , its not showing error, if i do Check in SAPMV45A its showing error likeINCLUE REPORT ''ENHANCEMENT NAME=========E '' NOT FOUND.before getting this error, what i done is.one impli...

Resolved! User Exit for FD32 ?

Dear Friends,I want to enhance the functionality of FD32 as per our requirement.Whenever user create credit limit for customer and save the record in FD32and if the customer is having C001 payment terms in the customer master (XD02), then in FD32it s...

Resolved! how to display a image in module pool program

CALL FUNCTION 'DP_CREATE_URL'       EXPORTING         type     = 'IMAGE'         subtype  = cndp_sap_tab_unknown         size     = pic_size         lifetime = cndp_lifetime_transaction       TABLES         data     = pic_data       CHANGING         ...

DB02 transaction

Hello Experts,Developing program for DB02 transaction. I need to display data for "Tablespace_name", "Total size" and "Free Space".Looked into DB02 transaction report and they are using tables "dba_data_files" and "dba_free_space".But i dont find th...

Labels in this area