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

Resolved! Hi Experts,

Hi All, I hav an issue regarding the smartform printing my requirement is tht i want the list of some table data to be printed in first page and the remaining records to be printed on second page and there shold not be empty lines if rec...

ALE idoc

Hi, In the sending system when I checked for a distribution model i found two message types GLMAST(with filtering enabled), COAMAS in that particular model.But the same model which is distributed (the distribution model is greyed out when viewed thr...

Resolved! Loop Statement

Hi All,LOOP AT idoc_data FROM tab_index.Here idoc_data is a structure and not a table and tab_index holds a numeric value.How does this statement work?Thanks in advanceAnindyaMessage was edited by: anindya mukhopadhyay

Anindya by Explorer
  • 735 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! Reg: Function module

Hi to all,In abap is there any function module is there to convert from pdf file format into Zip file type format?Kindly let me know as quick as possible. Will be rewarded for useful answers.Thanks,Sankar M

p291102 by Active Contributor
  • 373 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! Two fields in screen

I need to create three input fields..That is when i give values in the two boxes,it want to multiply and display the answer in the third box,whn i click the button..Inside the button event i have created a methos..Now how i can get the two values fro...

Filtering on the idoc

Hi, I have created a distribution model in the sending system for the message type GLMAST. Some filter values have also been assigned to the company code. After that i distributed the model to the receiving system. Now I have to add one more value fo...

Resolved! String separated by TAB

Hello ABAP-Experts,System: NW2004sABAP: 700I like to separate two strings with a tab. Therefore I´m using the following statement:lv_text1(50) type c value 'Test'.lv_text2(50) type c value 'TEXT'.lv_tabtext(200) type c.CONCATENATE lv_text1 lv_text2 I...

Resolved! Edit mask

Hi to all Guru's,i am not getting how this edit mask get works?here it display's 5:33 seconds but how this get works?DATA: time TYPE s_fltime, seconds TYPE i, msk TYPE string.DESCRIBE FIELD time EDIT MASK msk.write:msk.seconds = 333....

screen exit

hii need to create one RF transaction.(Radio Frequency)it consists of 3 screens. first screen is not available .2nd and 3rd screens are available in standard program SAPLLMOB.i have to pass internal table to second screen.in 2nd screen i have to put ...

Selecting Two tables

Hi everybody...I need selet data from 2 tables VBAP and VBAK.which am doing succesfully into internal table it_vbak and it_vbap.But i need to give both the tables data into it_final which am doing like below.But the problem is all the data is selecte...

Selction

Hi everybody...I need selet data from 2 tables VBAP and VBAK.which am doing succesfully into internal table it_vbak and it_vbap.But i need to give both the tables data into it_final which am doing like below.But the problem is all the data is selecte...

ECC

Hi ALLThis was works fine in 4.6cTRANSLATE gwa_empty1-resource TO UPPER CASE.TRANSLATE gwa_empty1-phase TO UPPER CASE.What is alternate statement in ECC6.0 for TRANSLATEThanks & RegadsSEK

help in badi

i need help The header text specified in Purchase requisition should be copied into Purchase Order along with other data, whenever Purchase requisitions are copied into purchase orders So can any one help in this ? which badi i use to implement ? po...

Resolved! User Exit!!

Hi all,,I need clear steps and the procedure and the code change which is practically possible in doing with IDES in user exits.It should help me in understanding user exit.Please help with relevent information.Thanks,Naveena.

Resolved! alternate code

can any one provide me alternate code for following statement using 1.READ from internal table, 2. by using "for all entries".<u>following is the code</u> *TABLE J_5HPDBEAR LOOP AT gt_cr INTO gs_cr. SELECT * FROM j_5hpdbear WHERE annuser = gs_cr-a...

Resolved! Splitting string

Hi experts,I want split the string.String is like abcd | xyz | nhyu | adfsfs | fslfs | fjsflsfl |.how can i split without knowing the number of substring. is there any function module ..?Pls help me.Regards,Murugan Arumugam.

select query

Hi,In a select query where condition I need to validate amount field which should be greater than spaces.amount field is char(10),In select query am validating as amount gt space. However it is wrong as amount is in char hence I cant compare with spa...

Labels in this area