Re: AT NEW and AT END events
HI Spandana, I know your problem have been solved. But for your information i will share one thing with you. The Value of sy-tabix always change when the some internal table operation are performed. So...
View Articlechange text symbol language (in coding)
hi, i am using a fm which returns some text descriptions (FI_TEXT_ZTERM). This fm uses forms with text symbols. Now I would need this fm to deliver the text in different languages, but it has no...
View ArticleRe: AS ABAP 7.4 trials as virtual appliances: Questions and feedback
Hi All, I am trying to implement the scenario described in the below article: End to End Development Example with SAP NetWeaver 7.4 and SAP HANA I am getting the below error when activating the calc...
View ArticleRe: Smartforms
Hi Hemant,Probable reason: 1) If you are using secondary window rather than main window, may be window not big enough ,2) Check page break working properly or not,3)Check variable you have assigned,...
View ArticleRe: How to Create&release Background jobs creation programatically ?
Hi, Hope this thread might help you out. https://scn.sap.com/thread/590077 Regards,Mayur Priyan
View ArticleRe: CLSD for a ORDER
Hi, If you are talking about Pm order, you may try FM IBAPI_ALM_ORDER_CLSD_SET. Cheers,Custodio
View ArticleRe: How to update newly added custom by using BAPI
Hi Imran, As suggested above by srinivas you can go for BAPI extension but thing is that BAPI_PROJECT_MAINTAIN doesnt contain any extension so you can go for BAPI_BUS2054_CREATE_MULTI. I think this...
View ArticleReg:Document uploading in R/3 Database
Hi Experts, Is it possible to upload a document into R/3 database using reports,if yes kindly let me know how i can achieve this...... RegardsArpitam Das
View ArticleRe: Header text field in SapScript
Hi, Try to display the header text using 'Include' statement. Header texts will have the details such as 'Text name' 'Text ID' 'Text Object'. On the main window check under which information you want...
View ArticleRe: SE14 - Adjust Secondary Index
Kiran Kumar, Thanks for your immediate reply. I have initiated transport of the request. But it is taking long time than usual. And my basis team is worried about the same. Is it because Transport of...
View ArticleRe: CLSD for a ORDER
Hi King,Your question is not much clear.you can check these 2 nice thread for idea.Work Order Business Close,CO99 - Collective Processing: Set Status "Closed"Function Module/BAPI to Close Orders (CLSD)...
View ArticleRe: Reg:Document uploading in R/3 Database
Hi Arpitam, Your question is not clear! from whare you want to upload to R/3?
View ArticleRe: Radio button issue
Hi Deepthi,please see, if you wants to gets only some fields based on that radio button, and wants to getother radio button fields disappeared, please change your code as shown below.Lets say i have...
View ArticleRe: Search Exit Change Text Labels on Parameter Selection Screen without...
Hi,Use search help exit parameter SHLP to change the required field labelFor more details about search help exit go through Implementing Search Help Exits - Code Gallery - SCN Wiki Regards,Sreenivas
View ArticleRe: issue in step loop
Hi Adi,Thanks for ur reply. But can u plz give me a code snippet as to how to go about it as I am unable to follow what I need to do. I will declare a variable for SY-UCOMM and clear it but what else...
View ArticleRe: Any Screen Exit for DGP1 tcode???
hi, DG800001 EHS-DG: Addit. Data for DG Additional Data in ShippingDG800002 EHS-DG: Addit. Data for DG Additional Data in Sales try these two exits may be useful.. Regards,Siva Prasad.
View ArticleRe: issue in step loop
I also feels it an issue of clearing ok_code. Declare an ok code variable.data : Ok_code like sy-ucomm.In the PAI make the following changes. ok_code = sy-ucomm.CASE ok_code. WHEN 'PAGEDOWN'....
View ArticleSE43 T-Code logic Information
Hello, I am trying to find the exact table information which are using in SE43 T-Code. From which table the respective menu T-Code's are comming. Please provide anydocument or informatiom. Thanks &...
View ArticleRe: Any Screen Exit for DGP1 tcode???
Hi Vipin,i have founded these exits for the package CBDG, it is a package for standard transaction DGP1,please see this list and find your useful exit according to your needs.
View Article