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

Resolved! fb70

hi all,i have a requirement in i have an input file(txt) with invoice and payment details i need to post this data using transction fb70 can somebody please suggest a easy way to deal with it i mean FM or BAPI or BDC....please reply ASAP..

Select Statement..SQL

Hello Experts,Can any one tell me how to print the exception list of fields for which a match is not found in the below select statement.SELECT b.fieldnmFROM YRDBFH010 a, RSOSFIELDMAP bwhere 1=1and a.SOURCESYSTEM = b.LOGSYSand a.datasource = b.oltpso...

BADI for ME52N

Hi Friends,I have a requirement, where if some Users open the Purchase Requisition in Change Mode (ME52N), they should be able to change only Purcahsing Group and no other fields. ie., all the other fields except the Purchasing Group field should be ...

Screen attributes at runtime.

I have the current screen number in an ABAP processing block in system variable sy-dynnr. I would like to know the screen attributes like1. Which program has called this screen( As in the case of subscreen a different program may call it)2. Screen ty...

Anirudha by Associate
  • 442 VIEWS
  • 3 REPLIES
  • 0 Likes

statements of select

DATA: wa_vbak TYPE vbak, t_vbak LIKE TABLE OF wa_vbak. SELECT * FROM vbak INTO wa_vbak. APPEND wa_vbak TO t_vbak. ENDSELECT.when i write the statement as below i get syntax error incorrect nesting: for the statement 'ENDSELECT'. THERE IS NO OP...

Resolved! Help Views

Why there is a restriction on secondary table to have an N:1 relationship , when help views implement outer joins ?Can somebody explain this ?Thanks in advance.Regards,Sinu.Edited by: Sinu Mathew on Jul 8, 2008 11:34 AM

Resolved! idoc information

HI all ,I have pasted a piece of code below in the below code i have hard coded the sender partner number ,port ,and partner type and similarly for reciever side also how to get values from a table so that i dont need to hard code it .Any piece of sa...

looping loop

Suppose I have this statementLOOP AT zpdplh_itab into zpdplh_line. READ TABLE zpdpld_itab with KEY BUKRS = zpdplh_line-BUKRS BELNR = zpdplh_line-BELNR BUDAT = zpdplh_line-BUDAT TRANSPORTING NO FIELDS. IF SY-SUBRC NE 0. WRITE: /5 zpdp...

Resolved! FM to get the date

hi all, I need a FM which i can use to get the date. I have the year and week number as input with me.Now i need the date of first day in that week.I trid many FM's but they all take dates to input the week numbers, my req is opposite of this... i wi...

Labels in this area