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

OPEN DATASET

I want to store report output in application sever .For that i followed open dataset. My problem:when i used below statements.1) 1st OPEN DATASET P_FILE FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.TRANSFER WA_OUTPUT TO P_FILE.loop at i_output into ...

Resolved! SPOOL

Hi,Below code is for generating spool request can somebody clarifies what the e_ztimmos2 exactly is?Regards,NEW-PAGE PRINT OFF. NEW-PAGE PRINT ON DESTINATION e_ztimmos2-zpdest COPIES e_ztimmos2-zprcop LIS...

Join Tables

Hi all, I have a scenario where I have got three tables two std ones and the third one is the custom one bseg,bkpf and ztest, and based on three fields i.e. belnr, blart and bukrs( which is in all the three tables )to join these tables and need to re...

Resolved! Alv_Grid report

Hi All, I have requirement where I have been asked to create a ALV_Grid report and the fina outcome of the report might have around 50-60 fields, but I read somewhere that there is some kind of restriction on the number of fields that one can have in...

pls help me urgently

Hi Experts,ITS FOR PHYSICAL INVENTORY.FIRST WE NEED TO CREAE IT IN MI01.THEN WE NEED TO PROCESS IN MI08.IN MIO8 THE FIIRST SCREEN HAS THE PHYSICAL DOCUMENT NO,THEN YEAR.THEN IN THE NEXT SCREEN IT WILL ASK FOR MATERIAL DESCRIPTION FOR THE ARTICLE AND ...

Urgent help..pls

Hi Experts,I had to DO BDC FOR TRANSACTION CODE MI08.ITS FOR PHYSICAL INVENTORY.FIRST WE NEED TO CREAE IT IN MI01.THEN WE NEED TO PROCESS IN MI08.IN MIO8 THE FIIRST SCREEN HAS THE PHYSICAL DOCUMENT NO,THEN YEAR.THEN IN THE NEXT SCREEN IT WILL ASK FOR...

Pls help me

Hi Friends,All the newly created service orders or changed service orders (using transaction IW31 and IW32) are fetched from aufk table .This is already done in the Z-Program ZSERVICEORDERINTERFACE) .These delta service orders (aufk-aufnr) are passed...

bapi error

Hi all, In a interview i was asked a question, how to handle errors in BAPI. Even though i have worked in BAPI, i don't know how to handle errors in BAPI. Please help me if anyone knows the answer....Thanks and Regards,subbu.

bapi error

Hi all, In a interview i was asked a question, how to handle errors in BAPI. Even though i have worked in BAPI, i don't know how to handle errors in BAPI. Please help me if anyone knows the answer....Thanks and Regards,subbu.

Header Text problem

Hi... I have some problem from printing header text. I am retrieving header text for using select_text function Module. in me23n i am triggering smartform. in that the attachments the annexere header text is there. so when this header text is do...

Resolved! LOOP in LOOP Problem

Dear all...I have a code which is like this..LOOP AT ITAB1. LOOP AT ITAB2 WHERE BELNR = ITAB1-BELNR w_index = w_index + 1. . . . . MODIFY ITAB1 INDEX W_INDEX TRANSPORTING SOMETHING. ENDLOOP.ENDLOOP.Now what i want is that suppose while loopi...

rahul2000 by Contributor
  • 1205 VIEWS
  • 10 REPLIES
  • 0 Likes

bdc

hi Guru I have one problem with multiple line items .I am creating bdc for tcode mb21 (reservaton creation ) Flat file has one record for every line item. Can anyone suggest me some solution how to send the multiple items to a single tansaction.

Labels in this area