PR was not refer to PO
Hi Experts, Is there any way I can change the STO even if its already delivered. Because of the other item line was not refer to the PR. Any suggestion there ... Thanks for Advance
View ArticleHide Customized Tab
Hello, I developed Custom TAb in QM01 through Enhancement for F1 notification type. Now my requirement is :For QM01,My tab is invisible and it is visible only for QM02 or QM03.F0r QM02 :it is open in...
View ArticleRe: about ombt transaction?
Did you check intervals associated to other range groups (*) in the same number range object, changing your range may overlap one other range, this is forbidden. Regards,Raymond (*) e.g; 1 Inventory...
View ArticleRe: Where clause on loop at any_itab assign
I tried ...it is working....it takes hardly 2 mins to try....
View Articlecounter not considering 'Zero' qty value in text file
Hi All, I have text file which i am uploading.CUSTNO CUSTPART MATNR PLNT VRSN date qty1 qt2 qt3 qt4 qt5 qt6... qt8 qt92114168 8067 Y398996 50 W 02/04/2013 0 2...
View ArticleRe: Vendor email id update (FK02)
I used BDC CALL TRANSACTION.I wanted to avoid BDC, so was checking.... It is working fine now. Thanks & Regards,Sowmya
View Articlehow to convert total amount into words in sap script in ZMEDRUCK form
Hi ABAPers, How to convert total amount into words in purchase order form. My requirement is that In ME23N when we click on print preview button in Purchase Order total net value amount comes in...
View ArticleRe: a block will be executed if the previous LOOP executed successfully
Hi, U can do it in 2 ways1) Using nested LOOP , i.e LOOP.code block_______________________________ LOOP. */your code here ENDLOOP.ENDLOOP. 2)v_counter = 0.LOOP AT ITAB into WA. */your code...
View ArticleRe: Vendor email id update (FK02)
But how can I check whether the Vendor number is locked by another user? ENQUEUE / DEQUEUE? How to capture the appropriate message? Here's my code:Pls let me know how to capture the Error / Success...
View ArticleRe: Enable AutoFilter on Excel protected sheet using OLE2_OBJECT
Hi Smruti I tried the above suggestion and it did not work for me. It actually distorted the output file by moving the data 9 columns to the right. I tried changing around the coding but no luck....
View ArticleRe: How to update the value in SE16?
HI Ankita, go to se16n tcode. give table name. in command field put &sap_edit . then execute it....you can edit a group of records......... ThanksSabyasachi
View ArticleRe: How to update the value in SE16?
Hi,yes its possible. choose your record which you want to change.... double click on this record. put /H in command field and enter. debugger screen will open....double click on code. in debugger it...
View ArticleRe: Subtotaling Issue in Smartforms
Hello Vipul, Instead of doing it in calculation tab (as described in your picture) what you can do is take another window for subtotal and inside the window perform your calculation in a program...
View ArticleRe: EKKO EKPO se11 database view showing duplicate entries
Dear Muhammad, Thanks, As you told i have done changes in my table/join conditions of my view, before it was displaying 48 data's, now i brought it to 6.Below is my screen shot of my table/join...
View ArticleRe: Subtotaling Issue in Smartforms
Hello Abhijit , Very thanks for your prompt reply. Actually I want this thing in footer part of TABLE . So how can I achieve this thing with your solution. And one more thing ,Why system is behaving in...
View ArticleRe: EKKO EKPO se11 database view showing duplicate entries
hello can you mail your team view er id and password..........if you have no problem... RegSabyasachi
View ArticleRe: Finance :Invoice not coming in voucher (Zprogrma)
report was working fine in 2012 but now in 2013 its not working , i already paste smartfrom code , now this is driver prog code SELECT * FROM bkpf INTO TABLE it_bkpf...
View ArticleABAP programming - begginer
hii.. I downloaded SAP Netwear 702 trial version with SAPGUI 720 patch 14. I am familiar in programming high level languages and i like to study ABAP development programs. I am new in this area, tried...
View ArticleRe: Finance :Invoice not coming in voucher (Zprogrma)
hello, in your driver program, hope you fetch data from tabe on basis of fiscal year..... if you put 2013 in your parameter then it only fetch 2013 regarding value.......so dont fetch data on fiscal...
View ArticleALV BLOCK LIST WITH DOWNLOAD BUTTON
Hi Experts, I have a requirement to display two alv block list in a singe screen and on clicking the download button on the application toolbar user should be able to choose the path where he want to...
View Article