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

FDF file download

Hi All,I have a requirment where I need to download the data into fdf format..The sample looks like this..%FDF-1.2 is the format of the file for Adobe<< Record >>/T is the Variable name/V its value%FDF-1.2%âãÏÓ1 0 obj<< /FDF<</Fields[<</T(94536728)/V...

Submitting background job / Calling BDC within this job

All,I have written a logic to create a background job as below from a ALV Grid output.SUBMIT z_job TO SAP-SPOOL                           SPOOL PARAMETERS l_print_parameters                           WITHOUT SPOOL DYNPRO.Questions:1) Is the z_job bei...

Resolved! Authorization for create change & display in J1ID T-code

Hi All,I have requirement like to control create, change & display option in J1ID t-code.There are 15 radio buttons in J1ID, for some set of users, authorization should be given for create Chapter ID and those users should not give authorizations for...

How to determine delivery note(VBELN) from a header text value?

Hi expert,   I have memo number stored as DN header text.   Now given a memo number value I want to determine the associated delivery note value.   Note that I don't know delivery note value and I have only memo number.   I can't use READ_TEXT becaus...

Badi issue

Hi guru'sI am new to the BADI and was going through this wonderful blogHow to Implement a BADI in SAP ABAP with Tutorial &amp;laquo; SAP IgniteBut i have few doubts1)when I was trying to enter the data directly in MM01. in the material box which data...

Open dataset question

Hi all,We all know that when transfer data to application server, if we open dataset as below  OPEN DATASET l_file_in_path FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE IGNORING CONVERSION ERRORSthe file will generated as format 'ANSI'. but thers is a...

GUI_DOWNLOAD Debug

Hi All,I am using GUI_DOWNLOAD Function module in my program to download data to text file and I want to know how the FM save the text file as format 'ANSI' . So I want to debug and see what is happening but I am unable to get in to GUI_DOWNLOAD FM i...

Resolved! BAPI - Goods mvmt

Dear Experts,I've made a coding by calling BAPI for goods movement with reference to the production order.  The result of the program should be executed with the 101 movement type provided with the document no which i'm not able to generate the proce...

Resolved! Unexpected popup with title M appearing after F4 help Webdynpro ABAP

Dear All,     I am calling standard transaction ME21N in Webdynpro ABAP all is ok but when I press F4 at Vendor or Material  Unexpected popup with title M appearing after F4 help...... is there any solution?? kindly help me about this...Thanks in Adv...

Resolved! Call transaction and BDC not working S_ALR_87012357

Hi Expert,Calling transaction and BDC not working S_ALR_87012357. Please helpHere my code : CLEAR WA_BDCDATA.  WA_BDCDATA-PROGRAM  = 'RFUMSV00'.  WA_BDCDATA-DYNPRO   = '01000'.  WA_BDCDATA-DYNBEGIN = 'X'.  APPEND WA_BDCDATA TO IT_BDCDATA.*  CLEAR WA_...

Resolved! LSMW with BAPI business object BUS2017 successful loading but business document not found

I have designed an LSMW program to post goods receipts against purchase orders. It uses BAPI, business object BUS2017.  On the IDOC screen, it has status 53 "business application document successfully posted" but I could not find the material movemen...

LeeFung by Participant
  • 2122 VIEWS
  • 6 REPLIES
  • 0 Likes
Labels in this area