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

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...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83467 VIEWS
  • 212 REPLIES
  • 39 Likes

OM Conversion

Hi,I have to convert the Organizational Unit data.The information in scope are:Basic Setting (infotype 1000)Account Assignment (infotype 1008)I created the conversion program based on the PP02 transaction.How I can fill the Cost Center information th...

Resolved! Report

Hi experts,i am developing one report...the expected output is given as follows:customer | qty | amount | customer is selected from likp and other data(quantity, amount) of customer is selected from lips.so my question is that how do i ...

Regarding ECC 6.0

Hi Experts, Program is exeuting syntatically fine, but, when executing its show, time exceed error in ECC 6.0 , initially it is developed in 4.6c. Please, can any one suggest this same code to incorporate in Forall entries. SELECT abukrs aebeln bebe...

Resolved! Smartform Error

Hi all,I have the requirement to display the header texts from the ME23n Tcode for the PO in a smart form output.I am giving the std. text name as the variable &wa_ekpo-ebeln& and the related text id and object in the text element of the smartform.Wh...

mismatch

HiI have 2 selects select xblnr..select belnr.. ..for all entries of i_xblnrwhere belnr = i_xblnr-xblnr.iam getting error type mismatch ,bcz iam using for all entriesHow can i avoid this error?Any conversion exit fm??Thanks

Resolved! Recording via SHDB

I have a problem.I have made a program via recording in SHDB for doing changes in PA40 for all employees. The input is a text file and the mode i.e. E , A or N.The issue is that when i run it on development server by giving text file and E (stop on...

Resolved! quantity field error

hi,When i am multiplying xkomv-kwert = xkomv-kbetr(11.14) * KOMP-MGAME( 1.000 this is one). it is giving 11140.00 what need to be done, I am aware because of the QUANTITY field, now please tell me 1. Whether I need to pass the UNIT field?...

About sort report

Hello Experts, Can anyone send me sample report example for sorting same description material from any table like makt table so if i give some number range so i can get material of same description. mail me following id.reward points for useful an...

Resolved! inserting table

Hi experts, I am writing below code to insert data into the table.IF NOT i_tab1[] IS INITIAL. INSERT zvbeln FROM TABLE i_itab1 ACCEPTING DUPLICATE KEYS . IF sy-subrc = 0. MESSAGE s000(zn). ELSE. MESSAGE s002(zn). ENDIF.ENDIF.t...

Labels in this area