Re: BAPI_GOODSMVT_CREATE Inconsistant for Inbound Delivery
Solved by Myself.Need to pass deliv_numb_to_search and deliv_item_to_search parameters in the BAPI.This will consider only that particular inbound delivery and Item that we have passed.Regards,Sachin
View ArticleRe: ALV report printing
Hi, 1) Ask users to restrict number of columns in print , they can see all 22 columns in o/p but for print you can ask them to keep absolute required columns only. 2) create a layout (there is option...
View ArticleRe: SE14 - Adjust Secondary Index
Hi, It is not the right option to create more secondary indexes! In a worst situation where the report is taking long time and it critical for business! Please create the common index for both selects!...
View ArticleRe: showing dump if open sph_termnl table number of entries .
hi, i opened the largest table in sap E071. its working.it also having more entries. but sph_termnl is not that much entries. but it not opening. even i cant execute that table too. Regards,gopi
View ArticleRe: ABAP Logic help required.
hi ,, 1.u can get the goods movement data in MSEG table, find 261 and 262 movements against the order nos of aufk and display the goods issue and returns details in report 2. ucan find the bach...
View ArticleRe: Error in SAPMV60A
hi, please check on note 1817467 , if this does not work out, check note 1899578 .RegardsNeeraj
View ArticleRe: User exit to restrict in VA02
In the mentioned user exit, please create a include with a Z name.Z<name> if found. Create a TVARVC variant with th elist of user ID s who have authorization as per your need.TVARVC is a SAP...
View ArticleRe: User exit to restrict in VA02
Hi Sriknath, As Akashya was correctly mentioned! better to use the USEREXIT_SAVE_DOCUMENT_PREPARE.because the reason for reject is item level! You can validate your code* it will trigger when the...
View ArticleError after Transport.
Dear experts, I am facing a severe problem after transport to Quality . I have rewrite same abap program twice but facing same problem. Please help me to resolved this problem....
View ArticleRe: Need exit for FMX1 to display amount in words
Hi Adrian & Neal white thank for ur quick raply, we have several technics to display amount in words.am searching for exit to display this converted to text in the fmx1 screen....
View ArticleRe: ABAP Logic help required.
Hello Hari Sadu. Goods movement of a production order:AUFM (pass order number AUFNR). Characteristic values of a material :AUSP (pass material number OBJEK). Check this WIKI for additional...
View ArticleRe: Customize SPRO - Create documentation for a Structure Node
Hi, Kindly check whether you have access to S_PROJECT or S_PROJECTS authorization object.Authorizations for Customizing (SAP Library - Customizing (BC-CUS)) Also press SU53 to analyze authorization...
View ArticleRe: How to update sum in editable alv column at a single click or with enter...
Thanks Akshay. I tried this one also but there is no change in the sum. Another requirement is that, sum will change after pressing ENTER button in the keyboard, i, e each time i change a value and...
View ArticleRe: INDEX IN ALV_GRID
How it is appending the second record...? Before throwing error are you clearing ITAB2 since next time it has to append entries from start.
View ArticleRe: Copy of material memo text to purchase requisition newly created material...
Hi anand You will have to do it in BADI..ME_PROCESS* is available for the same. Please search SCN. Before that please check with your functional to see if its possible via configuration Nabheet
View ArticleRe: The plant data of the material
Somebody are doing changes at the same time. Kindly retry also check material is locked via MM02 under some plant
View ArticleDownload and upload whole ABAP module pool program.
Hi, How To Download and upload whole ABAP module pool program, even i used REPTRAN program to downloadbut i am not getting how to upload this program to back SAP system. Thanks,Ams K.
View ArticleRe: The plant data of the material
Hi Sridhar , always while writing code using fms DEQUEUE_ALL write along with ENQUEUE_ALL and try. Regards,Anand.
View ArticleRe: Download and upload ABAP database table Structure.
Hi Ams K A simple way will be to make Transport of copies and download the file from source system. Then use this field and import in other system which is not connected to first system. One of the...
View Article