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

Internal Table

Hi All,I have small doubts on internal tables...1 Which is better method to create a internal table using and How 1. Occurs statement 2. type table of <structurename>pls any one explain me in detail..2. We can create internal tables with header lin...

Resolved! Alternative for 'RAW' version for FM SO_NEW_DOCUMENT_SEND_API1...

Hello experts,Is there a way to send e-mail using FM SO_NEW_DOCUMENT_SEND_API1 and its document type is not 'RAW' format? But I need to display it just like a 'RAW' typedisplay. We are currently having problems when we are sending to MS Outlook becau...

Resolved! how to convert po to pdf

Hi Every one.Requirement : Po has to be converted to pdf and should be mailed to external ids. Generally through me23n when we go to print preview we will c the po. After that on clicking the print button we get the print out of po.Reuirement is that...

Read internal Table

Hi, I declared intrnal table with 4 fields and I filled the internal table with the data. I wnat to read the internal table using with 2 key fields. How can I do it thies. If I am writing like below, its giving error. 'Read table i_vbrp WITH TA...

Resolved! Conversion of currency.

Hi Experts. The o/p of my report must consists of curency field, and the currency unit must be dollar.The net value must be converted from other than <b>USD to USD</b> that is <b>EURO to USD</b>.So, how can i convert the value of <b>EURO to the USD<...

Resolved! Downloading Text File

Hi,Im currently downloading data of internal table with field containing 1024 number of characters into textfile using function module 'WS_DOWNLOAD'.But the output file only contains 160 characters, does the function module have limitations regardi...

Resolved! BDC Programming error

I have developed a BDC for updating standard price using MR21.MR21 screen displays only 18 rows.So If the program reaches the 19th item,displays the error:'Cursor field CKI_...(19) does not exist in the screen'.But i have included the BDC_OK_CODE '=E...

Resolved! Update table VBAK

Hi All,I have a record in vbak table . need to update only a few fields for this particular record. the fields to be updates are in a internal table .how do i update the table so that only that record is changed ?Thanks and Regards,Amit

Resolved! Variant Configuration

Hi,Can anybody please help me out to solve on issue regarding Variant Configuration in Sales Order? My Issue is:We have some pricing conditions, which is based on the Variant Configuration data. <b>I required structure of the Variant Configuration da...

Resolved! SEARCH Statement

hi frnd's,DATA: str(100) TYPE c VALUE 'Abap object '.SEARCH str FOR 'Object'.WRITE:/ sy-subrc, sy-fdpos, sy-tabix.SEARCH str FOR '. .'.WRITE:/ sy-subrc, sy-fdpos, sy-tabix.SEARCH str FOR 'OBj*'.WRITE:/ sy-subrc, sy-fdpos, sy-tabix.Can anybody explai...

Need advice

Hi Experts,I need an advice. The project I am in, I am doing functional testing of FI and HR module. I have 2 options in front of me being a HR Functional Consultant or a FI/CO Functional consultant after few years if everything goes right. I am aske...

Resolved! PDF-based form

Hi, after the version 4.7, SAP has added a new feature called form builder, which is PDF based forms. It is available from 5.0. The tcode for that is SFP.Do anyone know abot that, if u r aware can u give me the help files or links for learning that....

OOPs..

Hi,Can somebody guide me in getting started with object oriented programming in ABAP..I would like to know about the structure..For ex) How we should define selection screen. What are the events there. How to capture the selection screen values and u...

Resolved! enhancement options

hi priya....thanks for your valuable suggestion,but could you or any one elaborate for the foll example..HOW AND WHERE TO WRITE CODE IN THE FOLLOWING ENHANCEMENTENHANCEMENT-POINT CONVERSION_EXIT_MATN1_INPUT_02 SPOTS ES_SAPLOMCV STATIC .$$-Start: CONV...

Need BDC tutorial

Hi gaysi've no idea about bdc. anybody send BDC tutorials to me.suppose i've huge data like 1,20,000 to 2,00,000 datas. i want to update legacy system to sap table. How can i update. suppose, i upload that records, partically updated, after remainin...

Labels in this area