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

Resolved! Password Related Query

Hello,Currently we are facing the following issue.Users are coming through the SAP Portal( 7.01 ), for which UME is the R/3 system( ECC 6 ).Some of them are getting," Password has expired. " as per login/password_expiration_time=30 days. Till this po...

Performance issue with TSP01.

Good morning experts.  I changed the logic of a program called (ZCX_FEBRABANT) wrote a logic:DATA:t_zcaixa_loja TYPE TABLE OF zcaixa_loja,          w_zcaixa_loja TYPE zcaixa_loja.     SELECT SINGLE *                   FROM zcaixa_loja                ...

Resolved! IN v/s for all entries

Hello Experts,Greetings!!!.I need to fetch the data from table PA0000 ( SAP HR action ) for almost 1000 employees. This table has employee number as one of the primary key fields. I do have list of all employees in one the internal table. Currently I...

Smartform execute within program and Convert it into PDF and send attachment via mail

Hello Masters,I have a query that i want to execute Smartform(which is in o/p typ in NACE) within Z program and Convert it into PDF and send attachment via mail.Is it possible that within the Z program We can call that SMARTFORM by passing parameters...

Resolved! Need help on BDC

I have created a program and when am running it gives STOP message "Start screen doesn't exist"I debugged the program and I see BDC internal table is building up, so can anyone let me know what might be the problemThanksINDEXPROGRAMDYNPRODYNBEGINFNAM...

IDOC

Dear All Expert,Good afternoon,My requirements is:1. Open Purchase Order in the plant 3100 -> Trigger Output to auto generate IDOC to the plant 5200.2. Plant 5200 Receive the IDOC and Trigger Workflow to inform respective merchandiser and Create the ...

Resolved! at end of not working

Hi Experts,In this below code at end of failed, How to solve this.TYPES : BEGIN OF ty_tab1,         ebeln TYPE ebeln,         ebelp TYPE ebelp,         pqty  TYPE bstmg,         qty   TYPE bstmg,         END OF ty_tab1. DATA : it_tab1 TYPE TABLE OF ...

Not to Show Material Master Deleted at Client Level in the Selection List - ABAP

Dear All,     I have a scenario of where in the material master which are deleted at client level should not be shown in the selection list of material.For this I have gone for Search Help Exit , Created a function module Z* and Now the i am stuck wi...

a_ahmed by Explorer
  • 926 VIEWS
  • 6 REPLIES
  • 0 Likes

Debit and Credit

Can somebody help me? Thanksform show-recap.  data: dmbtr_o_txt(25) type c.  if p_bukrs eq '5000'.    dmbtr_o_txt = 'Discount'.  else.    dmbtr_o_txt = 'Output Tax Payable'.  endif.  skip 5.  write: /05 'Recapitulation of Accounts:'.  skip 1.  write:...

Resolved! need to store a document (any type .tif , .pdf etc) from a non SAP system into SAP system and link it with a business object.

Hi all..I have a requirement where in i need to store a document (.tif, .pdf etc) from a non SAP system into a SAP system and link it with a business object.For example, there is a purchase order in SAP po no. 100  business object is BUS2012 We need ...

code inspector error

Hi ALLI have got the following error when i am running code inspector,"Large table SETNODE: No first field of a table index in WHERE Condition"My code is like below:SELECT setname  FROM setnode INTO l_bu_name UP TO 1 ROWSWHERE  setname BETWEEN s_buni...

Labels in this area