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

Resolved! IDOC release

Dear All,I got a requirement to add a new field in ZXXX IDOC in a ZXXXXXX Segment,what I did is , I have cancel the release of the segment in which I was supposed to add the new fild and then I have released it again.My question is is it require to ...

Resolved! Internal table

Hi everyoneCan anyone tell how to do this.For example i have itab1 and itab2 some fields in itab1 and some fields in itab2 and i want to join these two internal tables ie itab1 & itab2 and have all fields in itab3 .can anyone give me the simple code ...

Resolved! code

Hi Experts,See this code:LOOP AT T_EDPAR . CLEAR T_LIKP_LIPS . READ TABLE T_LIKP_LIPS WITH KEY KUNNR = T_EDPAR-KUNNR BINARY SEARCH. IF SY-SUBRC EQ 0 . MOVE T_EDPAR-KUNNR TO T_LIKP_LIPS-SNDPRN. MODIFY T_...

Resolved! Transport Problem

Hi All,I have done changes in one ABAP- ZSDS_USO_OUT_MPRD in DEVELOPMENT environment. But when I tring to transport it into Test environment, giving me following error : Object CUAD ZSDS_USO_OUT_MPRD is inactive. May I know the reason? CUAD is not pa...

Resolved! SAVE AS window-Untitled should be replaced by Invoice Number

Hi Folks,I am giving the user the flexibility of saving the smartform in whichever the drive he wants.Indeed it is picking up the invoice number but not populating the same in the save GUI window.May I know what could be the problem.I mean to say whe...

kiran_k8 by Active Contributor
  • 584 VIEWS
  • 4 REPLIES
  • 0 Likes

mail header color

hallow i send mail with this code i wont to now how in the header of mail i send it in blue <b>color</b> regardsCONCATENATE sy-datum6(2) sy-datum4(2) sy-datum+0(4)INTO p_date SEPARATED BY '/'.CONCATENATE sy-uzeit0(2) sy-uzeit2(2) sy-uzeit+4(2)INTO p_...

Output condition ?

Hi experts ,If you please to tell me how the "Condition for output trontrol" (NACE ) works , especially for the application code V6 Handling Units , And its requirements KOBEV and KOBED . Is it right that the message will be created when the sy-subr...

Labels in this area