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
  • 83338 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Transaction

Hi, how can we make a transaction for executable program.I tried se93 to make a transaction. Its working i.e .selection screen is coming but as i pressed f8 to execute it after entering data . it is terminated.please do the needful.Hemant

Resolved! internal table

Hi .i have internal table having BELNR in one column and WRBTR in another column. now i want to append these records in another internal table but i want that till BELNR contain same value , WRBTR should be placed in next column on same row. when BEL...

Version Check

Hi All, I want to do version check for list of objects.Say Whether the last version of the program was imported to URP. I know conventional method but it is not useful for me. I need to do version check for set of programs. Do we have any functi...

Resolved! hr infotype requirement

hi all,I have a requirement to find out to produce a report for different wage types for an employee during a month.it works as follows.input is profit center.I have to find out the releated cost centers. then i need to go to table PA0001 and find ou...

f100

Hi Guys, when i tried to debug f110 by placing a break-point in the EXIT_SAPLIEDP_101 the cursor is not going there andbelow is the error i am gettingProgram RFFOEDI1: No records selectedCan anybody help me out where might be the problem..?Than...

Resolved! Sy-tabix

At the end of first loop sy-tabix carries value 3. why its not get cleared when second loop starts. In the second loop value starts from 3+ Monday CLEAR: WA_BPSTAB, WA_BPSTAB2 . LOOP AT GT_FINAL ASSIGNING <GT_FINAL> WHERE DAY = '1'. <b> MOVE SY-...

replace command

Hi experts,See the following code.DATA STR(1000) TYPE C VALUE '1#02.11.2006#02.11.2006#1061#AUD##7#SA#Legacy data transfer1#Reference1'.replace all occurrences of '#' in str with space.if sy-subrc = 0.write:/ str.endif.So the o/p is102.11.200602.11.2...

Code correction

In the below code, the loop passes for three times. MOVE SY-INDEX TO LV_INDEX. why sy-index is not getting value three here.LOOP AT GT_FINAL ASSIGNING <GT_FINAL> WHERE DAY = '1'. MOVE <GT_FINAL>-MATNR TO WA_BPSTAB-MONDAY. WRITE <GT_FINAL>-MATNR ...

Resolved! Table Maintenance

Hi,i created table maint for ZFILE Table using function group ZVENDOR and screen no 9000.now i've created new table maint for ZFILE Table using Funtion group ZFILENO and Screen no 2 and delete the old one.but when i transported into Quality new one i...

MR8M Exit.. Urgent

Hi GuysI need to post an outbound IDOC to the third party after the invoice is canceled through MR8M. Could you please let me know any user exit where I can trigger my outbound IDOC after saving on transaction MR8M. Thanks a lot in advance

DUPLICATE PROCESS

Hi,All.I am so sorry that!I asked a question yesterday,but no one completely solved it. still sth wrong with it.That is:there are some records in a IT, if they have the same KEY feilds F1 F2, we call them the same records,that is they are duplicate ...

ALV Sum overflowing

Hi All,I have a field on the output type quant13 but the problem is when we are adding this colum the total is exceeding this size the Report sum is dispaying the value like this *53398.326. Can any body will give some idea on this how can I avoid t...

smartforms

how to know the driver programi have selected the daa for header from vbak and kna1 tables and the item data from vbap tablesi have crated the complete layout for the form including the table designing and the loop i have taken the loop for body from...

Resolved! User Exit in VA01...

Hi Friends,I have a problem in finding an exit in transaction VA01. The task is, after entering a line item in VA01, I need to take some information from the entered line item and and append another sub item with the heigher level item as the first i...

Labels in this area