Standard code REPORT RCNMASSCHANGE

Hello forum,
it seemed easy.
I have to find descriptions of the fields in a dynpro (not they are in ) where they are?
Also when I give the F8 I get a pop-up (with a subscreen with tabs) : I must to disable this .
Any suggestions? THANKS FOR ADVANCE
I give the code (excuse the long code) is not as simple as finding the term popup or event start-of-selection
REPORT RCNMASSCHANGE
AT SELECTION-SCREEN OUTPUT.
START-OF-SELECTION.
IF NOT P_MASCNG[] IS INITIAL.
PERFORM MASSENAENDERUNG USING CON_NO.
LEAVE PROGRAM.
ENDIF.
" START-OF-SELECTION .
if not sy-batch is initial.
macro_import_tcndb_for_batch.
l_maspar[] = p_maspar[].
loop at l_maspar where not abap_prog is initial.
clear l_maspar-abap_prog.
modify l_maspar index sy-tabix.
endloop.
p_maspar[] = l_maspar[].
endif.
IF P_MASCNG[] IS INITIAL.
* set/delete Icon-Okay in Pushbutton
PERFORM DRUCKTASTEN_ICON USING P_MASPAR CHANGING B_MASPAR.
* hide test indicator
IF P_MASPAR[] IS INITIAL.
LOOP AT SCREEN.
CHECK SCREEN-GROUP1 = 'TST'.
SCREEN-ACTIVE = '0'.
MODIFY SCREEN.
ENDLOOP.
ENDIF.

MODE CODE:
IMPORT FLG_CALL_POPUP CURRENT_TABNAME
FROM MEMORY ID 'RCNMASSCHANGE_POPUP'.
FREE MEMORY ID 'RCNMASSCHANGE_POPUP'.
IF FLG_CALL_POPUP = CON_YES.
* call popup for parameter input
FLG_CALL_POPUP = CON_NO.
SSCRFIELDS-UCOMM = 'MASP2'.
SY-UCOMM = 'MASP2'.
SUPPRESS DIALOG.
ENDIF.
ELSEIF SY-BATCH IS INITIAL.
IF FLG_FIRST_BATCH = CON_NO.
* leave report
LEAVE PROGRAM.
ELSE.
* call background processing (Popup)
FLG_FIRST_BATCH = CON_NO.
IF SY-BATCH IS INITIAL.
macro_export_tcndb_for_batch.
SSCRFIELDS-UCOMM = 'SJOB'.
SY-UCOMM = 'SJOB'.
FLG_SJOB = CON_YES.
ENDIF.
SUPPRESS DIALOG.
ENDIF.
ELSE.
* background call with transfered single changes
FLG_NO_STOP_INFO = CON_YES.
ENDIF.
"AT SELECTION-SCREEN OUTPUT .
* AT SELECTION-SCREEN *
* Selection Screen PAI (Process After Input) *
AT SELECTION-SCREEN.
IF FLG_SJOB = CON_YES.
* execute report in background
FLG_SJOB = CON_NO.
macro_export_tcndb_for_batch.
SSCRFIELDS-UCOMM = 'SJOB'.
SY-UCOMM = 'SJOB'.
ENDIF.
CASE SSCRFIELDS-UCOMM.
WHEN 'MASP'.
* parameter input for mass data change
* call Input-Popup again later
EXPORT FLG_CALL_POPUP FROM CON_YES CURRENT_TABNAME
TO MEMORY ID 'RCNMASSCHANGE_POPUP'.
ENDIF.
ENDFORM. "MASSENAENDERUNG .

Similar Messages

  • Transaction Code to Display R/3 Standard HR Report Structures

    Hi,
    I am in the process of trying to set up a report iventory for the standard HR reports offered in R/3. I was wondering if there is a transaction code (or something) that I can use to actually see the components that make up the reports.... basically the infotypes that make up the report, search parameters, stuff like that. The search parameters I can get by launching each report and cutting and pasting them into the inventory but that seems like a pretty tedious and labor intensize way to go about it.
    Thanks In advance for any help,
    Andy

    Visu,
    I have never seen such a report.
    MD06 does support fine tuning the output display, once the list has been generated.  If you use this feature, the resulting display is the entire list as created by selecting the initial parameters (such as exception group), but with the specific items that contain your selected message highlighted.  If you are addressing the messages interactively, you can select the review (glasses)  screens, and scroll through just the ones which contain your  selected exception message(s).
    To try this, execute MD06.  Select the groups as necessary.  Execute.  Wait for the list.  Now, immediately, select 'search' (binoculars).  Experiment with the output.
    As mentioned in the previous post, if MD06 does not meet your needs, you will need to have a custom report written.
    Rgds,
    DB49

  • Standard Aging report for FI

    Hi,
      Can anyone give me the Standard Aging report or tcodes for FI..Its very urgent..
    Thanks

    Hi,
    Look at the Below link which will have a Custome Report
    http://sap.ittoolbox.com/code/archives.asp?d=2424&a=s&i=10

  • Is there any Standard SAP Report?for displaying Billing block/Status-Order

    Hi,
    Am a ABAP Developer. I heard that there is SAP Query/ABAP Query/Standard SAP report for the below functionality/requirement. SO, pls. let me know if there is any SAP Query/ABAP Query/Standard SAP report?
    "This report is suppose to display Credit and Debit memo documents which are blocked and yet has a status of APRV; the other display is for Return Documents which are blocked and yet has a status RCVD."
    thanq

    Hi,
    Use t-code
    V23 - Blocked sales document for billing
    VA14L - Sales document blocked for delivery
    VFX3 - For blocked billing documents.
    Kapil
    Edited by: Kapildev Farakte on Jan 8, 2010 4:15 AM

  • Requirement Standard SAP Report on Total Purchase Order Value

    Dear Friends,
    Could u please suggest is there any standard SAP report. Requirement has given belwo.
    I required if we have account assignment  Category A as one of inputs, we will get the reqd output  " Total Purcchase order value."
    Note 1) Total Purchase Order Value means - Basic price + taxes + Charges (Freight + Other charges - Discounts etc)
    Note 2) My requirement standard SAP report only.
    Thanks and regrds,
    Vijay Kumar TVN

    Hi,
    T code : ME80FN
    Select :Edit->Dynamic selections>Purchasing document item> Acct. assignment cat.>select A(f4)->execute
    select Material no., PO Number in program selections
    Hope it shall resolve your query....
    regards
    rahul

  • How to copy standard SAP report to a Z report?

    Hi All,
    Guys, I have a requirement to copy an standard SAP report and make some changes to it. Please let me know how to copy a standard SAP report as a Z report. Is there any simple way or will I have to open the source code and copy it into the new Z program? If that is the case, how will I copy the screens and related PBO/PAI events?
    Please provide me a step-by-step solution.
    Thanks & Regards,
    Madhur

    Hello Madhur,
    As Raja had said, yuo could just copy the program from SE38. But just remember a few points:
    1. If the standard report is being used in some other programs, then there's no way you can make your Z-report get used in all such instances. I suspect that you may not want to do that anyways, but just in case.
    2. Just also check out if the standard report you're talking about has any INCLUDE programs within it. If there are too many standard INCLUDEs in the main report, then you might have to decide whether you need to copy all of them too, or let them be as they are.
    3. You are likely to have some problems with the text-elements and translation that may have been maintained for the original report.
    I have experienced some problems with respect to the second and third points in the past, so it is worth it to be a bit careful.
    Regards,
    Anand Mandalika.
    Regards,
    Anand Mandalika.

  • Standard SAP report for variance analysis of SD and MM

    Dear All,
    I want the standard SAP report for the vendors and customer varaiance analysis for the posting done in MM and SD with the GL balance in FI .It should be same as the report we get from the transaction code MB5L.
    Thanks in advance
    Meruta

    HI,
    The 1AB library contains reports for variance analyses. This is an important report for Cost Center Accounting (CO-OM-CCA) supplied in the SAP R/3 System. Additional information for  report can be found in the documentation for the reports. Choose Extras->Documentation from the report itself.
    Hope I had been able to help you out. Please assign points.
    Rgds
    Manish

  • Add field in standard ALV report.

    Hi friends,
    In SAP standard ALV report, t.code- S_ALR_87012050, user wants the vendor to include information about source document - vendor number, vendor name, invoice number, original document number of the transaction in the case of payroll being capitalized.
    I tell me weather this information is already present in the report or I have to create Z report for adding this information and how do I proceed to add new fields in the created Z program.
    Please help me.
    Thanks in advance,
    Saya

    HI Saya,
    Check in the ALV output whether these fields are already there and not displaying in the ALV output, if the fields are not at all printing in the ALV output,then copy the Program to Z program and change it.
    write the Code to add the new fields to the internal table and change the Field catalaog to come your fields in the ALV output then print it
    Regards
    SUdheer

  • Standard R3 report in SAP BW

    Dear all,
    I need to design the standard R3 report T code: S_ALR_87012284 financial statements in SAP BW in a bit customized way.
    I am bit confused about which base tables are being used in the report .  Would any body suggest on this ?
    Also this standard report, isnt  it a cumulative one? that is it always shows total of all reporting fiscals?
    Are the reporting fiscals = 16 in  this report.
    Requirement is to design the report  for each fiscal period.
    I have used  0fi_gl_1  extractor but I am not able to get the desired result. i thought base table should be GLT0.
    Please suggest.
    Thanks !

    Hi,
    SAP R/3 report for Financial Profitability Statements can be Prepared on Virtual Info cube inside BW system.this report is giving you information about total income ,total expenditure, total profit/loss,investment,sales incomes etc...
    BW Objects:
    The cube name -
    0FIGL_V10 : Virtual info cube- G/L (New): Balance Sheet and Profit and Loss
    To get the data in virtual info cube you have to activate and load another
    info cube :
    0FIGL_C10 - General Ledger (New): Transaction Figures
    Data source Name: 0FI_GL_10- General Ledger: Leading Ledger Balances.
    ECC:
    you can use the T-Code as you mentioned or Also you can use - F.01 to see the finance statements./Also OB58.
    Reporting periods - you can select from 1 to 12 or 1 to 16. Because 4 special periods are there in one assessment Year. Also you have to fill financial statement version compulsorily.
    Go through this link: you can get information about base tables:
    https://scn.sap.com/thread/1430818
    any queries ,please share.
    Thanks
    Ashish

  • Standard SAP Report - Payments blocked and released

    Hi Experts,
    We are having a requirement where the payment will be blocked for the invoices generated through Invoicing Plan.
    But we need a report " To know the status of payments blocked and released according to the invoicing plan". Do we have any standard SAP report on this requirement?
    By
    Prabhu

    Hi,
    Use t.code: FBL1N , enter company code & select  document type "KZ" in dynamic selection
    and then select & execute for....
    1.Open Items in status segment for not paid to vendor
    2.Cleared Items  in status segment for  paid to vendor
    Regards,
    Biju K

  • Background job to download standard ALV reports

    Hi,
    Could anyone knows how to download an standard ALV report in a background job?
    In a job I made, some ALV reports were precessed and made, and their spools were made,
    but not downloaded.
    Regerds,
    Katsumi Makabe

    hi,
    I think you can have a network shared folder on application server.
    you said that it is a comma separated file.
    1) Using TCODE CG3Z, upload the flat file to application server , remember to copy the path (it contains file path aswellas name).
    2) Using DATASET read the filepath along with the name and read each line into workarea and split at ',' into fields.
    3) Then append those fields to internal table.
    using the FMs job_open, job_submit and job_close you can go for background scheduling.
    Please go through the following link for sample code on FTP.
    http://abap4.tripod.com/FTP_Using_SAP_Functions.html
    Reward points if helpful.
    Thanks and regards

  • Slow running time of Standard SAP Reports

    Hi Experts,
    Standard PS reports (such as the one with the transaction code s_alr_87013558) are taking quite a lot of time to fetch the desired results.  After further analysis we have found that the time in retrieving the data from certain standard tables is the root cause behind this issue.
    Is there a way in which we can speed up the processing time for fetching the results?
    Regards
    Varun

    Hi Varun,
    Other than increasing the physical memory all other are standard SAP practices to increases the performance of the reports..
    The standard reports will definitely fetch the data from COEP, COSP or RPSCO tables, and these are very heavy tables.
    if you are taking help from ABAPer, he should be able to do some primary indexing on these tables to see the querying is faster..
    On a lighter note.. wait for HANA upgrade..
    Regards
    Sammar

  • List of standard SAP Reports with their description

    I nned to have a list of standard SAP reports along with their description. Is there a way to retrieve this by a T-Code?
    Please help asap.

    Run the T-code
    System -> Status -> Program
    TSTC table (SE16) has the complete list of all t-codes that exists in your system and their program name.
    Table TSTCT will give you the description of the t-code.
    Cheers.
    Ashish

  • SORT command in these standard HCM Reports

    RHSEMI60, rhssref0, RHVOPOS0 and SAPLRHVL are all standard HR reports. They all initiate a binary search within the code without calling a SORT.  (This has something to do with an Oracle upgrade)
    Do any of you if this has been remediated by SAP yet?
    Any input will be appreciated.
    Thanks

    Hi Courts,
    May be the Internal tables for which they are using Binary search are of type Sorted instead of Standard. In such case data will be obviously in sorted order.
    Thanks and Regards,
    Vaibhav Pendse

  • Standard Portal Reports Customization

    Hi,
    We have a scenario where we need to move KM content and PCD objects between two portals. I am moving the Content through ICE and objects through Transport export/import.
    1. Are there any standard portal tools to check the consistency of the object and content after its gets imported into the target portal.
    2. Is there any log which captures the ICE execution status and records when it ran last with success/failuer status?
    3. Is it possible to customize standard portal reports like 'Link Consistency Report' /'Permissions Report'? If yes, where can I find the code for the same.
    Rgds
    Gulshan

    hi,
    whenevr u r sending data through ale/idoc the data which u sent will only be captured in idoc ,i mean if for example u r sending only 5 fields data using change pointers method hten u will get tht details only in ur corresponding idoc.

Maybe you are looking for