Re: Add a field ERDAT to the output of CN43N transaction
In either case don't use this include it is also used for summarization of characteristics in PS. Regards,Raymond
View ArticleRe: Problems removing objects from package
Hello, check SAP note 1156585 for help first. The deletion of a package that is not yet empty always requires at least 2 transport requests. First delete all dev. objects visible in the SE80 tree and...
View ArticleRe: WRITE STATEMENT NOT working properly
Hi Venkat, I have one valuable addition to your code. When writing quantity specify addition "UNIT" and it will write with the decimals from the respective unit. Thus when you have "PC" (pieces) it...
View ArticleRe: SAP Record Management - Saving a file using program to DPF
Hi Kunjal, I have a requirement to Develop the custom program for Bulk Extraction of DPF's . By passing the Employee Number, i need to download the documents on desktop. Can you please help me to build...
View ArticleRe: Line truncation error while importing ECC 6.0 transports in R/3 4.6C
Hi, I've got a very similiar problem. What was your solution? Thank you,PhilB
View ArticleRe: FM/BAPI for Sales order costing
Hi Greeshma, Can you please check the steps mentioned by me here - http://scn.sap.com/thread/3456311 to find BAPI/FM for any transaction (your case would be VA01/02/03 ). ( I cannot check since i am...
View ArticleRe: Routine creation for shipment cost
Hi Shaik, Check/Create the routines via transaction VOFM. You also need them to be associated with condition records so that these routines fire automatically. As far as code logic goes, after getting...
View ArticleRe: Update failed for the transaction CJ20N
Hi Sandeep, Analyse your BADI as well as paste the SM13 update termination cause here. BR.
View ArticleRe: Not matching records loop
Hi, Source-account is the field account from source table. The idea of my code was to loop until find in the master data table using the key account a matching coorespondance record. Let me know if you...
View ArticleRe: Not matching records loop
Hi Max, interesting. But i have to convert the fields into i type. This is why i made this in the loop: Data : ff ,ft, pf, pt type i.ff = structure-fa from.ft = structure-ft to.pf= structure-pc from.pt...
View ArticleRe: Not matching records loop
Hi Ariva, The issue of the read is that the code is going to read only the first record and not all the others.But the idea is to loop until find a value in the master data table. If no value is found...
View ArticleIssue in Created By while posting Material Document
Currently when a posting happens in EWM (WP7) a material document is generated in ECC (SP7) and the User ID is ALEREMOTE. A large number of users who review material document do not have the ability...
View ArticleRe: ME13 - Net Price (NETPR) not displaying
Thought I'd reply to this since it is the top post out here. In order for NETPR to actually make it in you need to pass through a number of other fields that get defaulted if you go into ME11....
View ArticleRe: Table or FM to get released information
Could you let us know the transaction code being used?Pasting a screenshot in English language would help in getting accurate replies.
View ArticleRe: Stock in Transit
Thanks for the reply. How to add this to opening and closing stock in mb5b report..
View ArticleRe: Table or FM to get released information
Fields are in table EKKO starting with FRG- SX for strategy and FRG-ZU for Releasestatus. Another important field in EKKO is procstat. Look at F4-help for the field.
View ArticleToggle in CJ20N Transaction
Hi,I have created the project for the Enhancement CNEX0007 which is customer specific fields WBS element.I have created a custom tab and added the fields in the sub screen. When we toggle from Change...
View ArticleRe: Toggle in CJ20N Transaction
Hi In the Exit EXIT_SAPLCJWB_004 , you have a parameter SAP_DISPLAY_ONLY. , if this is set it means its in Display mode, you will need to write the logic to change your fields to Display mode (loop...
View ArticleRe: convert smartform to txt
Hi, Upload Download in the menu will give you your smartforms into xml (but you could read it ! ) regardsFred
View Article