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

Resolved! Copy Table to structure

Can we copy a particular table to structure.for e.g if we want to copy mara table to structure zmara with all fields in one go.bcoz i want to create a structure zmara same as mara table and change all fields data element to char1.Is it possible?

Clear Error Messages

Hello,I'm doing checks in Transaction BP and dispalying relevant messages. The user can move across differnt tabs and do checks by clicking on the check button. The problem is that if a save button is clicked before clearing all error messages, the B...

Regarding Idocs.

Hi,I need to upload data to SAP system from legacy and then utilize an idoc pass on the data to update the condition type table.I have uploaded the data and filled the same data into the idoc data segment.I have also filled in the control data.I need...

Split and pick

Hi Folks,I need to pick the data from a field and dispaly it as two fields.Can anyone here let me know how to go with this.addr1_data-remark:-(table is addr1_data and the field is remark).now i have to pick the contents from the field "remark" of tab...

kiran_k8 by Active Contributor
  • 947 VIEWS
  • 11 REPLIES
  • 0 Likes

User Exit

Hello,Do you know any exit which is called while saving PO (Tcode- ME21N) and is triggered before saving the data in header text under Header note? According to my analysis Function ‘Save_Text’ is the one which save text data.My actual requirement is...

Resolved! not reading records

loop at itab1 into wa_itab1. at new kunnr. read table itab3 into wa_itab3 with key adrnr = wa_itab1-adrnr. read table itab7 into wa_itab7 with key land1 = wa_itab3-country. name_address_record-customernumber = wa_itab1-kunnr. name_a...

Resolved! Select data from multiple DB to internal table and donwnload into flat file

Dear All,Hi everyone, I am fresh to abap. Here I need your help to solve my issues.Currently I have to extract the data from 4 tables which have relationship to each others to different internal tables then downloading it to 4 flat files in presentat...

Resolved! saps cript question

Hi folks,I have a question related to updating the image file on the sapscript form. I have a new image file .tiff file that I updated using RSTXLDMC for the required text element. when I did the testing, ran the sap script the new image file did not...

call transaction

Hi,I have one query regarding call transaction method.Suppose in my internal table having data. Now I would like to transfer the data from internal table to screen fields.I have multiple screen. Now My requirement is to only display the last screen. ...

Transaction codes

Can anyone tell the Transaction codes for the below to see hierarachy of the masterdata Ex: for Profit centre group it is KCH3.i need for transaction codes for1. Cost Center Group2. Cost Element Group3. Order Group4. Statistical Key Figure Group5. ...

Resolved! Table Control

Hi Experts,I've a prob with table control.We have inserted a customized screen in MM02&MM03.This screen has table control and right now it has around 8 fields.But now we have inserted two new fields in between exiting fields.When we test the screen t...

Resolved! time format in scripts

hi friends,i have a small requirement. i have to print the time format as03: 11 <b>PM</b> or <b>AM</b> . i am using SET TIME MASK = 'HH: MM'but i need to print <b>AM OR PM</b> at the same time . which i am unable to do so.please help me if you know ...

Labels in this area