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! Mail goes without excel attachment when scheduled(using CL_BCS)

Hi Friends,I am in bizarre situation. Please help me in solving this. I had created a program to send mail using the class CL_BCS. When a mail is send, an excel attachment had to be added to that mail. This I had accomplished using string_to_solix m...

BAPI_INCOMINGINVOICE_CREATE : There is different account assignment information in item 000001

Hi All,I am using BAPI - BAPI_INCOMINGINVOICE_CREATE, to create incoming invoice. here i am getting an error message saying "There is different account assignment information in item 000001".My Scenario is, i have two line items in the Delivery, and ...

Resolved! Where can I find the Billing Doc. Header Text SO10 text name?

I have to write some logic in the billing document header text “country of origin”.VF02-- GOTO-- HEADER---HEADER TEXT----- COUNTRY OF ORIGIN.      When a billing document is created it automatically creating the header text with the following details...

Resolved! ALV grid new button

Hi Gurus,I make an alv with  cl_gui_alv_grid I'd like to disable the alv original toolbar and I'd like to add one new button.How can I do this?Now I made this:DATA: lt_toolbar      TYPE ttb_button. class lcl_alv_grid  DEFINITION create public INHERI...

Resolved! Single Use Badi Issue

Dear Friends,I am working on of the standard BADI's which is for PO BADI Name : ME_PROCESS_PO_CUST , In the Attributes of this BADI i can see that it is for single use as Multiple use is not Checked , and as far as i know that for a single use BADI w...

BAPI_INQUIRY_CREATEFROMDATA2

Hi all ,        i have a problem with this bapi BAPI_INQUIRY_CREATEFROMDATA2 ,the return is :S V4                   233 SALES_HEADER_IN has been processed successS V4                   233 SALES_ITEM_IN has been processed successfuE BS               ...

Resolved! Move corresponding fields of dynamic table / exclude an internal table of an internal table

Hey experts,I have the following code, at the bolded line is an error. FORM update_table .    DATA: dy_table TYPE REF TO data,          dy_line TYPE REF TO data.    FIELD-SYMBOLS: <it_modified> TYPE STANDARD TABLE,                   <wa_modified>. ...

Labels in this area