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

Resolved! DYNAMIC INTERNAL TABLE CREATION BASED ON THE CONTENT OF ANOTHER INTERNAL TA

Hi AllI need to create an internal table at runtime.I have a selection screen parameter which is specific to country, Which can take values beloweg:- IT_AREA for Italy(IT)FR_AREA for France(FR)IE_AREA for Ireland(IE).....And similary for other countr...

Smartforms

I have created smartforms for Order Acknowledgement. I want to attach Terms and condition sheet to that form. That means whenever I print Order Acknowledgement, that terms and condition sheet also get print. How can I attach this mandatory sheet to m...

Resolved! hi guys need some help !

I am not getting values from i_vbak ??plz check itREPORT ZTESTSAMPLE.tables: vbak.data: i_vbak like vbak occurs 0 with header line.CLASS C1 DEFINITION.PUBLIC SECTION.METHODS M1.ENDCLASS.CLASS C2 DEFINITION.PUBLIC SECTION.METHODS M2.METHODS M3.data: ...

LSMW?

Hellowhen i am going to do Lsmw in ABAW t-code i am facing a prob in step number 5 i.e 'MAINTAIN FIELD MAPPING AND CONVERISON'.The error is something like this" U CANNOT AASING " AND IT RED COLOREDAND NOT ONLY FOR TCODE ABAW BUT ALSO IN ALL TCODES.PL...

ALV

Hi,Can anyone explain me in detail about the parameter I_SAVE in the function module 'Reuse_alv_list_display'.If the value passed to the parameter is ‘U’ then the layout should only be user specific.What variant is reffered here ?Is it the normal Rep...

problem in quaries

HiI have made one program , the program has no syntax error and is running properly but in the extwg (external material group)I am not getting data . my queries are as follow Plz help me its very urgent .RegardsRakeshSELECT mara~matnr extwg werks xch...

Resolved! a question about BOR

Experts:when I create a new attribute of a BOR, it requires me to indicate the source -- virtual or database field, so what should I do, can anyone tell me the difference between the two? when should it be a virtual and when should it be a database f...

help me

Hi,I have 2 tables in my report ( mseg & mkpf ) and I would like to output [ mkpf-xblnr, mkpf-mblnr, mseg-wempf and mseg-menge]. Can you please help in solving my problem.I wort this code but it is not working: **************************************...

Variants in dynpro

hi all,I have a range object.RANGES:LT001_BUKRS FOR T001-BUKRSand when i click button on screen the below popup will come to fill the range.So i will get values in range object LT001_BUKRS.DATA: STR_TAB_FIELD TYPE RSTABFIELD.STR_TAB_FIELD-FIELDNAME =...

BAPI Related

Hi,I got a requirement in BAPI..so provide me step by step (Snap shots would preffered ) what is BAPI...How to find a BAPI for a particular Transaction / Program..and how to implement a BAPI..ThanksRajivEdited by: Rajiv Kumar Garg on Mar 27, 2008 6:5...

Resolved! report

Hi friends.This is code used to display comp name.DATA : v_butxt LIKE t001-butxt. SELECT SINGLE butxt FROM t001 INTO v_butxt WHERE bukrs EQ '1000'. fheader-typ = 'H'. fheader-info = v_butxt. APPEND fheader. CLEAR fheader.But now requirment...

Resolved! Hi Abapers.

While creating a remote enabled function module I am going through a error like this 'Generic types are not allowed in RFC' . I have selected pass by value through check box for parameters. How to get rid out of this error?Thanks.........

problem in quaries

HiI have made one program , the program has no syntax error and is running properly but in the extwg (external material group)I am not getting data . my queries are as follow Plz help me its very urgent .RegardsRakesh SELECT mara~matnr extwg werks...

Labels in this area