Re: How can I fetch all MM related inv and credit notes from BKPF/BSEG?
Hi Jennie, Try,RSEG Table. Hope it helpful, Regards,Venkat
View ArticleRe: CMOD User Exit Variable ABAP Logic Optimizing
Hi, You can use the CONTINUE statement after a successful Read. Inside a LOOP it will terminate the current loop pass and continue with the next one. Example: LOOP AT IT_TPCTR INTO WA_IT_TPCTR.*Read...
View ArticleRe: CMOD User Exit Variable ABAP Logic Optimizing
Hi, Write a code like below.. LOOP AT IT_TPCTR INTO WA_IT_TPCTR.*Read - 1 READ TABLE IT_STORES INTO WA_IT_STORES WITH KEY /BIC/ZSDXSEGMT = WA_IT_TPCTR-/BIC/ZSDXSEGMT. IF SY-SUBRC = 0....
View ArticleRe: To Find the Table_Name and ECC_Table_Fields
Hi Dinesh, A specification like this is a mission impossible. You will have to do research together with a business analyst and business user / key user.You will have to narrow down the system,...
View ArticleRe: Problem with uploading Task List long text with direct input method
It seems some communication gap. The first sentence of your post tells that you are able to upload Longtext bu that replaces the short text. I am simply suggesting to put that replaced text in the...
View ArticleRe: Issue With Select Query
There is an error, you write ASSESTS instead ASSETS. That is why the entry is not fetched.
View ArticleRe: How to add Infotype 1710 tab in PIQSM maintenance
In order to add your infotype to further information, you have to customize action in PD
View ArticleRe: Design Studio 1.5 is not getting launched when i switched Netweaver Mode.
http://service.sap.com/connectors
View ArticleRe: Digital Signature in Adobe forms- with username and Password
Hi Friends,When I tried to create a digital signature referring the link, I didnt get the option to create the digital signature. Is there any pre-requisite like ADS version that I should upgrade...
View ArticleWhere to change the settings for maintenance screen appearing
Hai guru's, After this step i am clicking on Contents for the maintenance screen, but the maintenance screen is not showing and it is opening browserwhere to change the settings,plz help me to sort...
View ArticleCan we give multiple message types to a po print?
Hi, Can we give multiple message types to a po print?
View ArticleRe: How to overlap two objects in one cell in crystal reports
Thank you very much Abhilash for kind reply
View ArticleRe: 1.5 SP1 release due soon ?
Kevin - according to this SAP Note, updated August 20th, it is now planned for CW 35 (this week?) http://service.sap.com/sap/support/notes/1760372 It looks like the SAP Help has been updated for SP01:...
View ArticleRe: Optional Recordset substructure in FCC
Hi Vishnu, It is mentioned as 0 : unbounded. We are just not able to make this L11_DL as optional structure. Warm Regards,Naveen K
View ArticleRe: Add characteristic to Rows.
Can you try to add other info objects also into rows? do it in edit/change mode.if not allowing then seek basis/security team help regarding authorizations.
View ArticleRe: File sender FCC newline as field separator and end separator
Hi Mohan,I think the problem is the PI can't know when is the end of the record or the separator between fields, because is the same character. You should change the file format, if it is possible....
View ArticleRe: BEx : Problem In display Unit price Value at the column
Hello Suhas, Basically Referenced characteristic for exception aggregation is used when "select the characteristic in relation to which the key figure is to be aggregated with the exception...
View ArticleRe: FM - Standard function that returns FMAVC01
Hi, No, not for AVC. AVC amounts are read in class CL_FMAVC_LEDGER. There is no function module which would do the same. You can read budget totals, consumption totals with a function, but not AVC...
View ArticleRe: Where to change the settings for maintenance screen appearing
please check with your basis team.
View ArticleProblem with CSS
Hi Team I am developing a SAP UI5 application and functionality is working fine. Am facing a problem with CSS. My header background color is not reflecting when i deployed the UI code in SAP NW Java...
View Article