Re: POPUP on custom subscreen
It's in PBO, have to give message before Partner screen shows up.
View Articlepush buttons created in ALV are not functioning. help me out
thnak u my friends... its wrkng now
View ArticleRe: BDC and BAPI for Financial Posting
so can I understand like this, this BAPI BAPI BAPI_ACC_DOCUMENT_POST and BAPI_ACC_GL_POSTING_POST can do the different postings with FI, when using the different tables parameter. Is this right? So...
View ArticleProblem in BADI IF_EX_AC_DOCUMENT~CHANGE_AFTER_CHECK for MR8M
Hello All,I have requirement to copy one reference field of original document when accounting document is reversed. So i am selecting BSEG data for actual document, and then comparing accit data with...
View ArticleRe: page up/down in table control
You are right Ams. This issue is persistent with PAGE UP and PAGE DOWN of a table control.I guess this bug is still not yet fixed by SAP.
View ArticleNeed list of Standard FM's related to SD Module
Can anybody list the Standard SAP Function Modules used in ABAP programming related to SD module in particular ?I tried searching online a lot but it didn't helped.
View ArticleRe: Native SQL for Abap connection with Oracle
You would probably need to look around on Oracle's web site to find such documentation of their SQL dialect. Let me suggest you also check out ABAP database connectivity (ADBC) for this purpose,...
View ArticleRe: page up/down in table control
Hiie Ams, I have also faced the same issue .., Pls try to fix this as per Quality and Production System Behavior by recording in Quality/production system ... For Page Down /Page Up Use the below...
View ArticleRe: Problem related to bdc
Instaed of IF i_messtab NE 0.write If not IF i_messtab[] IS INITIAL. for some standard error message you will not get the error text directly into the message but it gives you with Message class and...
View ArticleRe: Convert JPY to USD Value in ABAP using Function Module
Thank you Guys, for your helpful inputs. I only used CONVERT_AMOUNT_TO_CURRENCY FM and it gave correct results. There are several approaches for this problem- 1. Pass input amount to FM in...
View ArticleVendor Bank Details for an Incoming invoice using Inbound INVOIC02 IDOC
Hello all,How do I process the vendor bank details to be reflected in invoice. I am using the IDOC INVOIC02; FM IDOC_INPUT_INVOIC_MRMI populate the E1EDK28 segment. I hope the segment that I have used...
View ArticleRe: how to get the field name of a dynamical internal table
Hi, you need to get the field catalog of your dynamic table and use field symbol to specified the field (or assign component) regardsFred
View ArticleRe: User-exit for MD11/MD12
Hi, This is already discussed please search before posting. User Exit MD11 - Very Urgent | SCNUser-exit for planned order Regards
View ArticleRe: Insert rupee symbol in smartform
Hi Mani, After installing you can use that font in your smart style and u can use that symbol. For inserting the Rupee symbol use ` Button before 1 Key on top of keyboard and select the font you...
View ArticleRe: cl_rsrts_metadata
Hi, If you go in SE24 the class Instantiation is Private so you cannot create instance of this class in your program. For more details on usage http://scn.sap.com/thread/740252 Regards
View ArticleRe: find chain_id of ABAP programm in a chain
Hello Volker, I think, the easiest way would be to read table RSPCABAPASYNC. I expect, you know the variant name of your ABAP-Process. The field LOG_ID shows your current process-chain. These chain can...
View ArticleRe: Problem in BADI IF_EX_AC_DOCUMENT~CHANGE_AFTER_CHECK for MR8M
Hello Eduardo,In my case, It is always coming as '0' for all records. Best regardsMunish Garg
View ArticleRe: Problem related to bdc
For each transaction your calling BDC and your capturing the messages after the Loop at Final. Write the message logic inside the Loop at it_Final .it will capture for each trasnaction you process...
View Article