Re: BW-BPS - Exit Button doesn't work
Hi Martin, thanks for your answer. Please check the following OSS Notes: 1725003 1766965 One or both of this notes solved my problem with the exit button. I still have another problem: In BPS0, I tried...
View ArticleRe: how to implement SRM7.0 Approver BADI /SAPSRM/BD_WF_AGENTS_SC
Hi Bhakti, please check also following for example.Custom Workflow - Developer view - Part 1 - Idea and preparationCustom Workflow - Developer view - Part 2 - Process Schema and Implementation...
View ArticleRe: GLPLUP no document generated
Hello Have you solved your issue?I am facing the same problem...
View ArticleRe: to work in Root of HR module
Hi Muhammad, End user experience is not considered as experience in any module of SAP. You should take your academics and experience and see how they complement each other then take a decision. In...
View ArticleRe: How to insert a lot of record
Hi Carlo, if you actually want to just take the 50K INSERT statements and execute them, then there's basically only one way to speed this up: Set the AUTOCOMMIT mode to FALSE in HANA SQL Studio or...
View ArticleRe: BOM Design issue
Hi, This is always a tricky scenario to address within SAP.It all depends upon to what extent your packaging material plays a role in various functions of the business like materials planning, costing,...
View ArticleRe: Use of Group Currency conversion and normal currency conversion in...
Group currency is maintained in G type dimension which is part of the ownership HIR. There is slightly difference for the currency conversion script between reporting and group currency conversion.For...
View ArticleRe: Surrogate Bidding tab activation
Hi, there is no separate surrogate tab. You have to enable surrogate bidding in the supplier master with the checkbox 'permit surrogate bidding' for the bidder you have maintained in the bid itself....
View ArticleRe: Long texts in SAP HANA
Hi Lars,thanks for your reply. Hmm … maybe not officially documented by SAP, but we (the clients, partners or consultants) have brains as well Good to know that it is the same procedure on HANA as...
View ArticleRe: Table data in Adobe form
Hi Jay, Yes, I am chinese. Good observation. Good to hear your table is finally working. By the way, I never work on this form before. I will need to check and understand the form further to help you....
View ArticleRe: how to read tab delimited text file line by line in internal table????
hello Vivek, This program is exactly meet my requirement.But my loading file is txt file and having 9 columns.My purpose i want to maintain historic data in a table.i will upload daily in cg3z with...
View ArticleRe: Custom F4 Help not getting displayed
Hi Abhijeet, LIST[] should be passed in the table parameter. AT SELECTION-SCREEN on VALUE-REQUEST FOR groups. CLEAR LIST[]. list-val = 'AM'. APPEND LIST. CLEAR LIST. LIST-val = 'EC'. APPEND...
View ArticleRe: Error: MESSAGE_TYPE_X in CF_ASIT_INTERNAL
This error happens only with one user . basis confirmed that it is not related to authorization.
View ArticleRe: release code is changed on PR release strategy - old PR can´t be approved
Could you share the message you are getting.
View ArticleRe: Crystal Report Export issue.
Hi Vijesh, That's a default behavior. When you export a Crosstab to Excel Data Only format it leaves one row blank from the top. Since the Text field you've used as the Row Label is not part of the...
View ArticleRe: Usage of same internal table for two functions
Hi, Are you using radio buttons in the selection screen? if you are using check box in the selection screen then the answer is no.You can use same internal table with different work areas.(If you...
View ArticleCustom F4 Help not getting displayed
Hi Abhijeet, Is LIST is a internal table with a header line? In that case can you remove the last CLEAR LIST statement and try once. Regards,Supratik
View ArticleRe: Automatic PO Print
Hi,For automatic Purchase order print,you should use Dispatch time 4 and cross check following settings for your Purchase order output type(message type) 1.Use t.code: NACE, Application EF-> Output...
View ArticleRe: Usage of same internal table for two functions
Hi Marina, You can use the same internal table and work area for Overview as well as Detailed. Refresh this Internal Table before populating it in both cases.Clear the work area before using it. Since...
View Article