Re: How to get service interface name dynamically in the file to mail scenario
Hi Vaibhav, SFTP also supports Variable Substitution, pls chk the following:SFTP Adapter in PI 7.3x You can read the FileName and pass it in the Mail Content in your 2nd step. Suppose for interface A...
View ArticleRe: Single record not getting display in SE16
Hi Archana, Thanks for your reply. SE11, SE16, same output. I have already tried.
View ArticleRe: Debugging Write-back BAdI from Input form
Hi Raju, It's not a question about entering debug, it's a question about badi execution If you have endless loop in write back badi and it's executing - then you will not be able to save data! And in...
View ArticleRe: Cross Domain Authentication via SPNEGO
Deepak, You have updated a thread that is already 'answered'For best results, you should start a new thread and ask your question. Please feel free to make reference via URL to other threads if needed....
View ArticleRe: Pending MIGO details Table
Hi Juhi, You can get these details from standard reports ME2M,ME2N,ME2L. In these reports you have to select "WE101" or "WE103" or "WE107" in the selection parameters field. Regards,Mukthar
View ArticleRe: Adding MM fields in FBL1N and PERNR field in FAGLL03 dynamic selections
Dear In Kh, Greetings for the day! You can have more fields in Standard Reports by Implementing required BTE Exit and SAP Notes with the help of your ABAP Consultant. Check with your ABAPer and for...
View Articlesap treasury automatic derivation
Hi, When i enter the additional flows in Other Flows tab, the payment details tab automatically filled. How to achieve this requirement. I have another doubt. What kind of transactions will run...
View ArticleRe: Special Character Replacement.
Hi Saikanth, Use this below code, I hope it's useful for your requirement. DATA : text TYPE string, value1 TYPE char8 VALUE 'E3008991', value2 TYPE char4 VALUE '1101', lv_lv TYPE...
View ArticleRe: Single record not getting display in SE16
It seems you are finding an entry in some Z table. It might be possible that you have uploaded some data into Z table without using Conversion Exit. So, some data may not have leading zeros and some...
View ArticleRe: FMS Required to calculate the % of Bonus on line total
Hi Sudhir, You can open these as a Labour Item or Non Invenotry Item code "Bonus X" named "Bonus XX%" how many max types they have ?? in UDF you can select against each item Item1 1 1000...
View ArticleRe: NLS - How does one determine what objects on BW should be nearlined
Hi Kate, It's very smart to start with a database analysis to identify the areas of concern (i.e. objects with a lot of space consumption). Then it becomes clear where to start and how much space could...
View ArticleImport of Standard Clauses
Hello,I would like to import standard Clauses to CLM.Where can I find the Standard Clauses and how to make the upload? Kind regards,Lina
View ArticleRe: Google News Configuration
Hi Sunil,I have tried it in 1411 version of c4c, but unable to change the source of the Google news,For ex. if i want to add other sites apart from the Google news etc although i could able to add RSS...
View ArticleRe: Create Production Order with Routing only, NO BOM
Kiran, I was just looking at this thread only and I am in a similar position where AKS Sankar is as per his last post,
View ArticleRe: 2 issues during payroll!!!
Go to PA03 control record and press the button Incorrect personnel number (shift+F8) you will get the list of Employee who are not processed in the payroll. check their master data whether their...
View Articleis there any way to change the sold to party ,bill to party and ship to party...
Hi All,i have created a lot of invoices under a wrong customer and im wondering if i can change the customer sold to party, bill to party and ship to party without cancelling the billing. thanks for...
View ArticleRe: underlay following sections help
Hi, The one you shared earlier had some issues with formulas used in it and it displayed error message "The saved data will be discarded since one or more formulas failed to compile" when I tried to...
View ArticleRe: ITS 6.20 stopped working
Nothing was changed in R/3. One of the services was regenerated and republished again. After that (and considering note 508172) ITS failed to find generated templates, although templates were where...
View ArticleRe: need to add text in ALVoutput
Hi - After you populate the internal table IT_FINAL .( with the below code in your postAPPEND WA_FINAL TO IT_FINAL .ENDLOOP. Then try toLoop IT_FINAL into WA_FINAL. Concatenate WA_FINAL-VORNA 'First...
View Articlei am beginner in Sap Abap.Please help me to find the error in the code given...
TABLES: PA0001 , T500P. parameters: werks type PA0001-WERKS. TYPES: BEGIN OF FS, WERKS TYPE PA0001-WERKS, END OF FS. DATA: ITAB TYPE TABLE OF FS, WA_ITAB TYPE FS. TYPES: BEGIN OF...
View Article