Re: Smartform as PDF
Hi Ricky, After calling the function module just do the following. DATA:t_otf TYPE TABLE OF itcoo. t_otf = w_output-otfdata. CALL FUNCTION 'HR_IT_DISPLAY_WITH_PDF'TABLESotf_table = t_otf....
View ArticleRe: Delete outbound delivery which contain shipping unit.
To remove the assignment of HU to delivery:- 1) VL02N to open the delivery in question2) Click on the pack icon to enter the packing screen3) Click to select the HU to be removed from delivery and...
View ArticleRe: NO COPA DOCUMENT ON BILLING
Hi Saad,Please note that all Make to Order documents should be settled to COPAvia VA88. As per standard make to order documents will not generateCOPA document at the time of release to accounting....
View ArticleRe: Soft deletion was undone for a vendor on ECC but GTS was not updated
HI Debora,As you know, note 1875331 is officially released for customer. Please directly close this message. ThanksBoer
View ArticleRe: Budget exceeded error appearing in capital PO
Hi ShyamPlease refer to following thread:http://scn.sap.com/thread/3192551Regards, Gordon
View ArticleRe: Repository/archive/table where the documents are stored
Hello Deepak, In our case attachments are physically saved in content table SOFFCONT1, I want to check whether these attachments are available on content table or not. For eg:- from fb03 or...
View ArticleRe: Add Z table in change history AB
Hi, You can try badi : CRM_CHANGE_LOG_BADI. In this BADI you can read change documents for your object and insert into changing table. This will display the content on UI. Hope this helps. Regards,Naresh
View ArticleAbout uwl_service user and Delta Pull Mechanism
Hi Experts, We want to enable Delta pull mechanism as the help says: http://help.sap.com/saphelp_nw70/helpdata/en/eb/101fa0a53244deb955f6f91929e400/frameset.htm The help says there is a default...
View ArticleRe: Hi SAP GURUS Help required
Hi Vivek, If your parameter is a local variable , the values are not visible in the main script. Please check the type of the variable for which your trying to import. Hop this information helps you....
View ArticleRe: WI_ID missing while launching from Approver (Manager work Items)
Hi Adil, BTW the standard parameter for work item id is _WI_ID - the initial underscore is part of the name. There is no standard parameter WI_ID. If this is not the problem then please provide more...
View ArticleRe: Outgoing Payment issue
Hi, If you got the answer, please close this thread by clicking helpful or correct answer. Thanks & Regards,Nagarajan
View ArticleRe: upgrade inventory valuation log it takes too long
Hi, If you got the answer, please close this thread by clicking helpful or correct answer. Thanks & Regards,Nagarajan
View ArticleRe: AS91 - Cum Acquis Value and Acc. Depr. are getting added
It cannot happen. In the takeover values screen, hope you enter - ***.acquis.val. - 15000Accm.ord.deprec - 6000 Save it and check in AW01N. It should work. There is no need for a negative sign as...
View ArticleProduction Order Batch Determination.
Hi,I have just move the configuration of batch determination for Producton order to production systems and I am currently noticing some inconsistency in the screens (execution steps). Below are the...
View ArticleRe: Call Transaction behaviour
Hi Sam, I am posting sample code for your reference which calls CO02 with user values and returns to calling program on pressing back. Check if it is useful. bdcdata-program = 'SAPLCOKO1'....
View ArticleRe: SAP EHP4 to EHP6 Upgrade Impact to SAP BW and BEx application
Hi Azhar, When you do ECC upgrade, no need to do changes at BW side. Do on sand /test system, up - grade ecc source system and connect present bw version(which you using now-days). 1. Perform each and...
View ArticleRe: IM 12.5 NEED HELP!
This is one way you can return the number of weekdays in the month a date is in. Computed field in datawindow or Infomaker report: if ( pos ( '01,03,05,07,08,10,12,',string ( month ( mydate ) , '00' )...
View ArticleRe: Capacity leveling from production order
Hi,Manish: 1.When we access capacity details" Graphic" from production order how can i identify weather capacity is available or not .You can perform capacity available check in production...
View ArticleTransformation
Hi All, Please help the below problem I am facing, Source system Gl Account is Coming as 10 digits like 0000407075, 0000407080,0000707085 but i need to update Last 6 digits only to Target (Cube) i.e...
View ArticleRe: SAP HANA 1.0 installation error
Hi Sai, Please check the SAP Note No. 611361 and verify your hostname according to note. Please ensure your given input present at file system and accessable like "/log"/ , /data"/ , /sapmnt" ,...
View Article