Re: Syntax Error in Function Group in Upgradation
Hi Susanta, Check each and every fm and declarations and screens.There is no other option. Regards,Madhu.
View ArticleRe: Unsuccessful Changing Sales Order Line Requirement Type Via BDC
Hello Shamili, Thank you for taking to time to review my question. For an answer on your question... Yes, we were calling the BAPI_TRANSACTION_COMMIT with wait but we will try COMMIT AND WAIT on the...
View ArticleRe: After bdc screen doesnt get fill automatically
TABLES:- ITAB LIKE (STRUCTURE i HAVE CREATED) SOURCE CODE:=-- FUNCTION ZXD01.*"----------------------------------------------------------------------*"*"Local interface:*" IMPORTING*"...
View ArticleRe: Syntax Error in Function Group in Upgradation
did you checked which include is this variable declared and whether you copied that include in you FG or not, did you created the screen 1000 for your custom FM ...I guess as Matthews told you need to...
View ArticleFunction Module for Cumulative Call Off Quantity
For a query I need the Cumulative Call OFF Quantity like in VA33. Structure RV45Z-ABRFZ. Is there any function module around to this value ? I have found EXIT_SAPFV45L_003 but I don´t think thats what...
View ArticleRe: regarding filling of the internal table.
Hi Suhas, Can you please post the exact error. otherwise according to my understanding, 1. Please check ZTEST table in SE16 with the given criteria.2. Avoid use of select endselect statements, better...
View ArticleRe: User exit needed for Organizational Assignment infotype
Hi Sheetal, I don't think that dynamic action will resolve your client's peculiar requirement of defaulting payroll area based on the personnel sub-area. As you said that personnel sub-area can only be...
View ArticleRe: Unsuccessful Changing Sales Order Line Requirement Type Via BDC
Hello again - I had the developer add the line of code and it still does not work. Any outher suggestions? Thanks, Laura
View ArticleMake a Test before Saving data to an Infotype ( HR_INFOTYPE_OPERATION )
Hello, I have a problem saving data to infotype 2007 Step 1. First I would make a test before saving data, after that I would Know If there are some errors. I use HR_INFOTYPE_OPERATION function ,...
View ArticleRe: ALV report reverting to classical report
Hi Brian, One thing to all the problem can not only due to write statement but it can be due to skip statement also. In your report, after executing from the selection screen it is going to output...
View ArticleRe: How can I associate a layout to a variant?
Hi Rafael, Hope this link helps you.http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Program+to+generate+select-options+dynamically Regards,Nisha Vengal.
View ArticleRe: Spool list not generated via background job
Therefore nothing was output. Suppose you select returns nothing. You never write a detail line. So you never write a header line. So no spool is generated. If you however check the return of the...
View ArticleRe: ALV report reverting to classical report
Hi After your ALV report CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY statement, See that you have any further Write statemetns. Effectively above call function should be the last if you can share the...
View ArticleRe: Spool list not generated via background job
Thanks for the answers. I have another question is there a way to commit the BG job . When the Job_close gets called, the data is still not commited to database (I poll to check if there is a record by...
View ArticleRe: How can I associate a layout to a variant?
Hi Nisha, No, not really.I'm trying to use the function LVC_VARIANT_SELECT. However, I can only get information from the layout selected, not the variant. I would like something like this: LOOP AT...
View ArticleRe: Standard field in SM30
Good morning Sandeep, Do you know if there is any event that is called every time an entry is updated? Thanks your answer helped me a lot.
View ArticleRe: ALV report reverting to classical report
I'll try this advice out now. Thanks for the help
View ArticleRe: Spool list not generated via background job
Is you job using BAPI? or is it to ztables? If it is to SAP standard tables, then there should lock enqueue and lock dequeue going on. Checking for the lock dequeue is a BP before continuing the...
View ArticleRe: How can I associate a layout to a variant?
Hi Rafael, CALL FUNCTION 'LVC_VARIANT_SELECT'...IMPORTING et_fieldcat = IT_XYZ... Pass this IT_XYZ internal table as fieldcatalog table of ALV display. Regards,Nisha Vengal.
View Article