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

BAPI_GOODSMVT_CREATE

Hi Everyone-My requirement is to automatically do a 261 and 262 movement from my program. The way I am achieving this is by using the SAP BAPI "BAPI_GOODSMVT_CREATE". I have to post both these movements only if both are successful. So I am executing ...

Resolved! union in a select

Hi,can anybody tell me whether the following sql stardard is possible in abap and how I can emulate the same?  select * from sapsr3.mast@st1_desarrollos      WHERE mandt = 300      AND werks = '1100'      AND stlan = '1'      AND stlal = '01'  union ...

Resolved! BAPI_SALESORDER_CHANGE doesn't change qty but sum new qty

Hi Forum,I am trying to change the item quantity in a Sales order using BAPI_SALESORDER_CHANGE  passing the followingg values.        order_header_inx-updateflag = 'U'.        APPEND order_header_inx.        order_item_in-itm_number = lv_vgpos.      ...

SU25 step 1 do not work

Hello All,I have an ERP Test system.I'm triggering the transaction SU25 to run the Step1.However, For step1, Instead of the Activation icon, I'm seeing the Display icon.Even though I click with it, I just get the Information screen as  normal and not...

Resolved! How to change number range of PO based on plant using BADi ME_PROCESS_PO_CUST

Hi all,I have a requirement to change the number range of PO based on the plant at the first line item and the document type at header. Then I would pass this combination into my Z  table and get the no. range id.The user Exit MM06E003 is not useful ...

Resolved! Input values must be defined in Table CEPC. The value or values 'ZZZZZ ' are not specified in this table

In FB03 when i gave the document no fiscal year  company code and pressed enter.after that i choose the first line item and click the create dispute case button on top rightand entered the values for Reason and category and tried to save but i am get...

Resolved! MESSAGE_TYPE_X

Hi Team,I am getting an ABAP Runtime Error i.e. Message_Type_X. I am trying to upload the excel sheet using a custom program but it is displaying Message_Type_X dump.I am attaching the the text file contains the dump details.Please advise.Regards,Sun...

MIME Repository

Hello Experts ,    Could you please let me know the Procedure for Creating URL for MIME Objects/Images . Later on I want the URL to be attached to a Delivery Document. If Creating URL is not Possible , Suggest me a Best Technique to Attach Images exi...

Changing Requirement type in User-Exit / MD04 not updated !

Hello Experts !In user exit MV45AFZZ (FORM save_document_prepare) I execute the following code :FIELD-SYMBOLS:                    <ls_xvbap> LIKE LINE OF xvbap[].     LOOP AT xvbap[] ASSIGNING <ls_xvbap> WHERE pstyv = 'YDIF' AND updkz NE 'D'.     IF ...

Convert VBA to ABAP

Hi experts, I'm trying to make a gradient (mix of colours) in Excel from SAP. The code of the Excel macro is the following:Sub Macro1()'' Macro1 Macro''    Range("J36").Select    With Selection.Interior        .Pattern = xlPatternLinearGradient      ...

Resolved! Customer master: region as a mandatory field

Hi Friends,Currently field “REGION” in customer master data is set as optional entry. This setting is controlled at account group level. There is a requirement that in the same account group, for specific countries, this field needs to be a mandatory...

Issues in SAP Query

Hi All.I have issues in SAP query table joint, I am facing this problem after added new table(ADR6) in joint. It is partially pulling the records now.Guide me for   table inner joint, Please check attached tables and help me to resolve this issue.

Service material

Hello,I have developed program to upload service material through AC01 and i have used Bapi BAPI_SERVICE_CREATE to create new service material andBAPI_SERVICE_CHANGE to change service material,everything is working fine.when service material is alrea...

Labels in this area