Threading in ABAP?

I have a scenario (Order taking) where the execution logic takes considerable time to finish the processing. As a result, the end user who is using the web application has to wait for at-least 10 minutes till the processing is complete.
In the UI (WebDynpro) until the response comes back, the hour glass / sand timer (wheel) keeps coming and hence the user cannot do anything but has to wait till the processing is complete. I would like to know if there is a possibility to develop a function module in ABAP that would trigger a new process internally which will run in the background and still the Function Module can return back certain message like "Your order number XXXXXX X has been submitted and is getting processed. Please check the status of it after 10 minutes". May be something similar to threading in Java?
Bala

You can try some thing like this....
in the Function module interface have a parameter along with other parameters, bind that to your context. First time pass space to it. at that time you can call your function in the initial process like this..
if flag = ''.
call function 'ZTEST_RFC' starting new task 'ABC'.
else.
"get the data here...
endif.
This will start a new task. and come back to WD. next time you set the parameter to 'X' and get the data.

Similar Messages

  • Threading in ABAP OO

    Can I define synchronized method in ABAP class similar to one in Java (I mean method available to different threads subsequently but not simultaneously)?
    If there's no real threading in ABAP OO how such behavior can be simulated?
    Thanks,
    Yacov

    Hi Yacov
    I guess you need some parallel processing. OO method call does not support this. However, you can achieve this by calling function modules at background or starting new tasks (<b>CALL FUNCTION STARTING NEW TASK IN DESTINATION GROUP, WAIT, and RECEIVE keywords</b>). To do this in OO context, call functions via one of these ways within your methods i.e. wrap them with your methods.
    For more information, inspect the following links:
    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/fa/096ff6543b11d1898e0000e8322d00/frameset.htm">Parallel-Processing Function Modules</a>
      <a href="http://help.sap.com/saphelp_47x200/helpdata/en/a5/63235f43a211d189410000e829fbbd/frameset.htm">Background Processing</a>
    *--Serdar

  • What happen to julius thread in ABAP DEVELOPMENT?

    It was reformatted by the new 5000 characters per post limit
    I am busy working on a solution to split them and move each part to its own respecting sub-development forum - but have not got to it yet. Sorry for being slow.
    The FAQ and memorable discussions thread in the Security Forum is affected as well, but there is only one forum... :-((
    Any creating ideas on how to fix that one (other than removing information from it)?
    Cheers,
    Julius

    Actually it is happening since couple of week. Might be you have found yourself in this situation now.
    Also there are two thread already open on the same. Perhaps you missed them.
    Improper display of threads
    And outstandingly "what happen to julius thread in ABAP DEVELOPMENT?" Nice Subject Line
    Perhaps, It looks [Line of the day|Re: Line of the day!] !!
    P.S. Subject tempered (Or Perhaps corrected)....;-)
    Anyways,
    @ Julius: Since there is 5000 Characters Limit has been introduced for keeping the forum neat, undersized and informative as much as possible rather than long bulky programs.
    But My Question is What about the Programs and Threads which had already been posted in last 5-6 Years of SDN(now SCN)?
    I can see all the previous threads also have been affected!
    So Does SAP having any Programmer In their team of Michael Goeck or David Branan(Who is working from behind the scene ) to introduced the restriction of 5K chars based on Date?!?
    Cheers

  • Suggestions thread for ABAP FAQ sticky

    See these threads for "online collections" in the ABAP Development forums =>
    FAQ's, intros and memorable discussions in the ABAP General Forum
    FAQ's, intros and memorable discussions in the ABAP Data Dictionary Forum
    FAQ's, intros and memorable discussions in the ABAP UI Programming Forum
    FAQ's, intros and memorable discussions in the ABAP Form Printing Forum
    FAQ's, intros and memorable discussions in the Enhancements & Modifications
    FAQ's, intros and memorable discussions in the Performance and Tuning Forum
    FAQ's, intros and memorable discussions in the Data Transfers Forum
    FAQ's, intros and memorable discussions in the ABAP Objects Forum
    Edited by: Julius Bussche on Apr 21, 2009 5:22 PM

    ABAP General
    Subtotals in alv list.   => Subtotals in ALV    <= Added and moved to UI programming
    Can we modify a sub-total in ALV => Subtotals text in ALV /Modification of Subtotals in ALV   <= Moved down to new thread.
    cl_salv_table - Save Layout =>  ALV OM Save layout option <= Moved down to new thread.
    Report with page break.   => ALV Report with page break. <= Moved down to new thread.
    ALV Sorting Not Working after Adding Checkbox to ALV => ALV Sorting and Group Functionality working with Checkbox <= Moved down to new thread.
    Calculating Total with Checkbox in ALV Grid => Calculating Total with Checkbox in ALV Grid  <= Moved down to new thread.
    DUMP WHILE SUMMATION IN ALV  => General Fieldcatalog error.  <= Moved down to new thread.
    Problems with REUSE_ALV_FIELDCATALOG_MERGE =>Problems with REUSE_ALV_FIELDCATALOG_MERGE   <= Moved down to new thread.
    Must i_structure_name for LVC_FIELDCATALOG_MERGE be pre-defined in dict?   => Converting SLIS fieldcatalog to LVC fieldcatalog  <= Moved down to new thread.
    Capture Checkbox Value in ALV Grid   => Capturing the editable fields values in ALV   <= Moved down to new thread.
    how to refresh table display using slis and 'reuse_alv_grid_display method. => Refreshing the ALV Display  <= Moved down to new thread.
    fetch data in edittable field in alv using REUSE_ALV_GRID_DISPLAY_LVC FM => Reading the editable values for ALV LVC function  <= Moved down to new thread.
    Radibutton in ALV Report output => Radio buttons in ALV report  <= Moved down to new thread.
    Edit rows in ALV => Usage of Styles in ALV for disable/enable input option  <= Moved down to new thread.
    how to copy/delete file => executing Unix commands <= Hmmm... c-calling the 'system' does not work in my systems during normal operations. See system param 'rdisp/call_system' which can be disabled, then the code dumps. Is there a different thread with DATASET commands? SXPG?
    express CR_LF => ABAP char Utilities CR_LF use , replace '##' in a application server <= Ahhh yes, I remember this series. This is one of the nicer threads from it... Added.
    String Operations which contain the special character '#' in BDC Session => ABAP char Utilities Horizontal_tab use , replace '#' in application server file <= Sufficiently covered by the next thread.
    Problem with statement "find all occurences of ..." => ABAP char utilites Newline, replace '#' in application server in end of line <= Added.
    How to Send Email to Outlook? =>sending mails to outlook <= Added.
    FM for uploading Image to SAP => upload image to mime repository <= Added.
    Passing an Internal Table to a Report executed through 'Submit' => use of Import and export refer Rich Heilman's code  <= Added.
    Create a parameter to enter a password => Selection parameter password behaviour  <= Added.
    ABAP Dictionary
    =>
    Form Printing
    Exporting Graphics from SAP =>Download Logo from SE78 <= Okay, added... but the thread is rather old and ws_download is obsolete now, isn't it?
    BDC for SE78 Transaction  => Upload Logo programatically <= Hmmm... external performs and guests. I would like more opinions on this one before adding.
    UI Programming
    [Top of page in OO ALV|TOP_OF_PAGE in ALV  Using CL_GUI_ALV_GRID ]=> Top of page in OO ALV <= I understand that this blog was very helpfull, but it is full of email addresses. Hmmm.. tough call Is there another example (thread) without any "here is my mail address" comments. We want to avoid those.
    [Top of page Alignments in Normal ALV|Alignment of  Data in TOP-OF-PAGE in ALV GRID] =>  Top of page in normal ALV <= this is more wiki material in a blog, but again often asked... Hmm.. lets go through the others first and come back to this one.
    To display URL as a hyperlink (along with simple text) in dialog program   => URL display using HTML Viewer  <= Added.
    select-option on dynpro => Select-options usage in Module pool programming  <= Added.
    New! =>
    Enhancements and Modifications
    =>
    ABAP Performance and Tuning
    =>
    Data Transfers
    =>
    ABAP Objects
    =>
    Edited by: Julius Bussche on Oct 3, 2008 10:31 PM
    Edited by: Julius Bussche on Oct 3, 2008 10:34 PM
    Edited by: Julius Bussche on Oct 3, 2008 10:38 PM
    Edited by: Julius Bussche on Oct 3, 2008 10:43 PM
    Edited by: Julius Bussche on Oct 3, 2008 10:55 PM
    Edited by: Julius Bussche on Oct 4, 2008 12:06 AM
    Edited by: Julius Bussche on Oct 4, 2008 12:40 AM
    Edited by: Julius Bussche on Oct 4, 2008 12:57 AM
    Edited by: Julius Bussche on Oct 4, 2008 1:23 AM
    Edited by: Julius Bussche on Oct 4, 2008 3:27 PM
    Edited by: Julius Bussche on Oct 4, 2008 3:39 PM
    Edited by: Julius Bussche on Oct 4, 2008 5:40 PM
    Edited by: Julius Bussche on Oct 4, 2008 5:59 PM
    Edited by: Julius Bussche on Oct 4, 2008 7:17 PM

  • Sticky Threads in ABAP Forum

    After the most recent upgrade, all of the sticky threads of all of the ABAP sub-forums appear at the top of the main forum. This pushes new threads further down the list. As a result we have to refresh more often and put more pressure on the SDN servers.
    So could the stickies just appear at the top of the sub forums like they used to?
    Rob

    I second that!!! 
    Regards,
    RIch Heilman

  • (ABAP) Program

    Hi Experts
    Could you please update me with the start routine for the below scenario.
    I had 2 DSO
    PAS--> DSO A Delta>DSO B
    DSO A (Active Table: /BIC/AZDSOA999)
    DSO B (Active Table: /BIC/AZDSOB999)
    Key Fields in DSO B : ZLOC,ZEMP_ID
    Data Fields in DSO B: ZAPP_DATE,ZPLCY_DATE
    When transfering Data from DSO A to DSO B the routine should check
    the exisisting data and update the incoming record only if
    ZPLCY_DATE is GREATER THAN the exisisting one
    If ZPLCY_DATE is equal (Exisisting = incoming) then it have to check the ZAPP_DATE and will transfer only if the incoming applicatiopn date is GREATER THAN the exisisting Application
    As i am new to BW please update me with the required start routine(ABAP) code
    Please ask if you need any details
    Thanks

    Dear BW user,
    please dont throw this kind of thread in ABAP section.
    you can try in BW section for better and quick reply.
    Please close your thread.
    Amit.

  • FAQ's, intros and memorable discussions in the ABAP Objects Forum

    Welcome to the SDN ABAP Objects Forum!
    In addition to release dependent information avalaible by:
    - pressing the F1 key on an ABAP statement,
    - or searching for them in transaction ABAPDOCU,
    - using the [SDN ABAP Development Forum Search|https://www.sdn.sap.com/irj/sdn/directforumsearch?threadid=&q=&objid=c42&daterange=all&numresults=15&rankby=10001],
    - the information accessible via the [SDN ABAP Main Wiki|https://wiki.sdn.sap.com/wiki/display/ABAP],
    - the [SAP Service Marketplace|http://service.sap.com] and see [SAP Note 192194|https://service.sap.com/sap/support/notes/192194] for search tips,
    - the 3 part [How to write guru ABAP code series|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f2dac69e-0e01-0010-e2b6-81c1e8e5ce50] ... (use the search to easily find the other 2 documents...)
    ... this "sticky post" lists some threads from the ABAP forums as:
    - An introduction for new members / visitors on topics discussed in threads,
    - An introduction to how the forums are used and the quality expected,
    - A collection of some threads which provided usefull answers to questions which are frequently asked, and,
    - A collection of some memorable threads if you feel like reading some ABAP related material.
    The listed threads will be enhanced from time to time. Please feel welcome to post to [this thread|Suggestions thread for ABAP FAQ sticky; to suggest any additional inclusions.
    Note: When asking a question in the forum, please also provide sufficient information such that the question can be answered usefully, do not repeat interview-type questions, and once closed please indicate which solution was usefull - to help others who search for it.
    ABAP Objects
    About polymorphism - still not sure after searching... => Polymorphism adaptation with referencing the source, and a Guest who did not...

    Obsolete ABAP Statements from 2004s - what about your existing code-base?  A great discussion about the changes in syntax checking between 46c and basis release 7.0.

  • FAQ's, intros and memorable discussions in the ABAP Form Printing Forum

    Welcome to the SDN ABAP Form Printing Forum!
    In addition to release dependent information avalaible by:
    - pressing the F1 key on an ABAP statement,
    - or searching for them in transaction ABAPDOCU,
    - using the [SDN ABAP Development Forum Search|https://www.sdn.sap.com/irj/sdn/directforumsearch?threadid=&q=&objid=c42&daterange=all&numresults=15&rankby=10001],
    - the information accessible via the [SDN ABAP Main Wiki|https://wiki.sdn.sap.com/wiki/display/ABAP],
    - the [SAP Service Marketplace|http://service.sap.com] and see [SAP Note 192194|https://service.sap.com/sap/support/notes/192194] for search tips,
    - the 3 part [How to write guru ABAP code series|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f2dac69e-0e01-0010-e2b6-81c1e8e5ce50] ... (use the search to easily find the other 2 documents...)
    ... this "sticky post" lists some threads from the ABAP forums as:
    - An introduction for new members / visitors on topics discussed in threads,
    - An introduction to how the forums are used and the quality expected,
    - A collection of some threads which provided usefull answers to questions which are frequently asked, and,
    - A collection of some memorable threads if you feel like reading some ABAP related material.
    The listed threads will be enhanced from time to time. Please feel welcome to post to [this thread|Suggestions thread for ABAP FAQ sticky; to suggest any additional inclusions.
    Note: When asking a question in the forum, please also provide sufficient information such that the question can be answered usefully, do not repeat interview-type questions, and once closed please indicate which solution was usefull - to help others who search for it.
    Form Printing
    Exporting Graphics from SAP => Download Logo from SE78, except WS_DOWNLOAD has been replaced (see the docs).
    How to check via report if a graphic exist in SE78. => Validating the existence of a graphic from ABAP.

    Welcome to the SDN ABAP Form Printing Forum!
    In addition to release dependent information avalaible by:
    - pressing the F1 key on an ABAP statement,
    - or searching for them in transaction ABAPDOCU,
    - using the [SDN ABAP Development Forum Search|https://www.sdn.sap.com/irj/sdn/directforumsearch?threadid=&q=&objid=c42&daterange=all&numresults=15&rankby=10001],
    - the information accessible via the [SDN ABAP Main Wiki|https://wiki.sdn.sap.com/wiki/display/ABAP],
    - the [SAP Service Marketplace|http://service.sap.com] and see [SAP Note 192194|https://service.sap.com/sap/support/notes/192194] for search tips,
    - the 3 part [How to write guru ABAP code series|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f2dac69e-0e01-0010-e2b6-81c1e8e5ce50] ... (use the search to easily find the other 2 documents...)
    ... this "sticky post" lists some threads from the ABAP forums as:
    - An introduction for new members / visitors on topics discussed in threads,
    - An introduction to how the forums are used and the quality expected,
    - A collection of some threads which provided usefull answers to questions which are frequently asked, and,
    - A collection of some memorable threads if you feel like reading some ABAP related material.
    The listed threads will be enhanced from time to time. Please feel welcome to post to [this thread|Suggestions thread for ABAP FAQ sticky; to suggest any additional inclusions.
    Note: When asking a question in the forum, please also provide sufficient information such that the question can be answered usefully, do not repeat interview-type questions, and once closed please indicate which solution was usefull - to help others who search for it.
    Form Printing
    Exporting Graphics from SAP => Download Logo from SE78, except WS_DOWNLOAD has been replaced (see the docs).
    How to check via report if a graphic exist in SE78. => Validating the existence of a graphic from ABAP.

  • FAQ's, intros and memorable discussions in the ABAP Data Dictionary Forum

    Welcome to the SDN ABAP Data Dictionary Forum!
    In addition to release dependent information avalaible by:
    - pressing the F1 key on an ABAP statement,
    - or searching for them in transaction ABAPDOCU,
    - using the [SDN ABAP Development Forum Search|https://www.sdn.sap.com/irj/sdn/directforumsearch?threadid=&q=&objid=c42&daterange=all&numresults=15&rankby=10001],
    - the information accessible via the [SDN ABAP Main Wiki|https://wiki.sdn.sap.com/wiki/display/ABAP],
    - the [SAP Service Marketplace|http://service.sap.com] and see [SAP Note 192194|https://service.sap.com/sap/support/notes/192194] for search tips,
    - the 3 part [How to write guru ABAP code series|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f2dac69e-0e01-0010-e2b6-81c1e8e5ce50] ... (use the search to easily find the other 2 documents...)
    ... this "sticky post" lists some threads from the ABAP forums as:
    - An introduction for new members / visitors on topics discussed in threads,
    - An introduction to how the forums are used and the quality expected,
    - A collection of some threads which provided usefull answers to questions which are frequently asked, and,
    - A collection of some memorable threads if you feel like reading some ABAP related material.
    The listed threads will be enhanced from time to time. Please feel welcome to post to [this thread|Suggestions thread for ABAP FAQ sticky; to suggest any additional inclusions.
    Note: When asking a question in the forum, please also provide sufficient information such that the question can be answered usefully, do not repeat interview-type questions, and once closed please indicate which solution was usefull - to help others who search for it.
    ABAP Dictionary
    Modifying SAP Tables directly => Direct SAP table changes, internal only warnings, and other DDIC risks....
    RTTS dynamic DB table reference, how? => Dynamically assigning a DB table reference.
    retreive  data from table pool and table cluster => What works and what not to access table clusters and pools.
    Must i_structure_name for LVC_FIELDCATALOG_MERGE be pre-defined in dict? => Convert SLIS to LVC, or convert DDIC standards.

    Welcome to the SDN ABAP Data Dictionary Forum!
    In addition to release dependent information avalaible by:
    - pressing the F1 key on an ABAP statement,
    - or searching for them in transaction ABAPDOCU,
    - using the [SDN ABAP Development Forum Search|https://www.sdn.sap.com/irj/sdn/directforumsearch?threadid=&q=&objid=c42&daterange=all&numresults=15&rankby=10001],
    - the information accessible via the [SDN ABAP Main Wiki|https://wiki.sdn.sap.com/wiki/display/ABAP],
    - the [SAP Service Marketplace|http://service.sap.com] and see [SAP Note 192194|https://service.sap.com/sap/support/notes/192194] for search tips,
    - the 3 part [How to write guru ABAP code series|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f2dac69e-0e01-0010-e2b6-81c1e8e5ce50] ... (use the search to easily find the other 2 documents...)
    ... this "sticky post" lists some threads from the ABAP forums as:
    - An introduction for new members / visitors on topics discussed in threads,
    - An introduction to how the forums are used and the quality expected,
    - A collection of some threads which provided usefull answers to questions which are frequently asked, and,
    - A collection of some memorable threads if you feel like reading some ABAP related material.
    The listed threads will be enhanced from time to time. Please feel welcome to post to [this thread|Suggestions thread for ABAP FAQ sticky; to suggest any additional inclusions.
    Note: When asking a question in the forum, please also provide sufficient information such that the question can be answered usefully, do not repeat interview-type questions, and once closed please indicate which solution was usefull - to help others who search for it.
    ABAP Dictionary
    Modifying SAP Tables directly => Direct SAP table changes, internal only warnings, and other DDIC risks....
    RTTS dynamic DB table reference, how? => Dynamically assigning a DB table reference.
    retreive  data from table pool and table cluster => What works and what not to access table clusters and pools.
    Must i_structure_name for LVC_FIELDCATALOG_MERGE be pre-defined in dict? => Convert SLIS to LVC, or convert DDIC standards.

  • FAQ's, intros and memorable discussions in the ABAP General Forum

    Welcome to the SDN ABAP General Forum!
    In addition to release dependent information avalaible by:
    - pressing the F1 key on an ABAP statement,
    - or searching for them in transaction ABAPDOCU,
    - using the [SDN ABAP Development Forum Search|https://www.sdn.sap.com/irj/sdn/directforumsearch?threadid=&q=&objid=c42&daterange=all&numresults=15&rankby=10001],
    - the information accessible via the [SDN ABAP Main Wiki|https://wiki.sdn.sap.com/wiki/display/ABAP],
    - usefull coding examples from the [ABAP Code Gallery|https://wiki.sdn.sap.com/wiki/display/Snippets/CommunityCodeGallery]
    - the [SAP Service Marketplace|http://service.sap.com] and see [SAP Note 192194|https://service.sap.com/sap/support/notes/192194] for search tips,
    - the 3 part [How to write guru ABAP code series|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f2dac69e-0e01-0010-e2b6-81c1e8e5ce50] ... (use the search to easily find the other 2 documents...)
    ... this "sticky post" lists some threads from the ABAP forums as:
    - An introduction for new members / visitors on topics discussed in threads,
    - An introduction to how the forums are used and the quality expected,
    - A collection of some threads which provided usefull answers to questions which are frequently asked, and,
    - A collection of some memorable threads if you feel like reading some ABAP related material.
    The listed threads will be enhanced from time to time. Please feel welcome to post to [this thread|Suggestions thread for ABAP FAQ sticky; to suggest any additional inclusions.
    Note: When asking a question in the forum, please also provide sufficient information such that the question can be answered usefully, do not repeat interview-type questions, and once closed please indicate which solution was usefull - to help others who search for it.

    ABAP General
    client dependant => Do not ask simple interview questions without enough information, because "it depends"...
    Open Web browser => Different ways to start the browser on a hyperlink.
    Icon on Selection -screen => Icons on either side of the selection-screen.
    FM for uploading Image to SAP => Uploading an image to the MIME repository.
    How to Send Email to Outlook? => Just as the subject title says... perhaps he read the forum rules before posting... ;-)
    ABAP Commands - Unicode Upgrade => Usefull information about the impact of unicode conversions on ABAP.
    Calling Multiple BAPIs in a single LUW => committed to the details of COMMIT WORK
    Create a parameter to enter a password => Input parameters with hidden visibility.
    Problem with statement "find all occurences of ..." => How to find all character sub-strings in a string using ABAP Char utilities.
    retrieving internal table info. during runtime from callstack => Little tricks which become obsolete after a while ... :-)
    Passing an Internal Table to a Report executed through 'Submit' => Rich demonstrates IMPORT and EXPORT statements.
    Cannot decrypt password encrypted with FIEB_PASSWORD_ENCRYPT => Obsolete functions are dead. Long live released APIs.
    express CR_LF and Remove of non-printable characters from string => ABAP Char utilities, find and replace '##' on the application server.
    *NEW!!!*Rare 'bug' with SUBMIT => Interesting behavior of SUBMIT without VIA SELECTION-SCREEN addition
    Last edited by: Thomas Zloch on Sep 18, 2011 10:10 PM
    Edited by: Suhas Saha on Jan 31, 2012 11:55 PM

  • ABAP Development standards for HR- ABAP

    Hi ALL
    Does any body has any document for Programming standards in HR ABAP programming.
    Thanking in advance for you support.
    cheers
    AJ

    Hi,
    Check out this thread.
    ABAP-HR
    Cheers,
    Swamy Kunche

  • ABAP IS-Retail

    Hi,
    I am an ABAP Consultant and am newly into IS-Retail module. I may be working mostly on Reports,Scripts and User Exits.Could anyone let me know how IS-Retail can be significantly different from other modules technically (not functionally).I know either it is any module , the ABAP programming doesn't change but am just curious about any info that I can go through which is more related to ABAP in IS-RETAIL like T-codes,Imp tables, Pricing scenarios etc. that I need to aware of.I apologize if there is a similar thread on ABAP IS-Retail but I hardly couldn't find any.I am really looking forward if anyone could help me with this in programming perspective.
    Thanks,
    Sunil.
    Edited by: Sunil Saladi on Oct 27, 2011 1:35 AM
    Edited by: Sunil Saladi on Oct 27, 2011 1:35 AM

    Hi Sunil,
    Its my own personal view that ABAP for Industry Modules is more process oriented rather than core advanced ABAP. This means, you would be doing all same normal ABAP stuff except that it would be more of a already existing process enhancements for customer requirement.
    More Information related to IS-Retail can be found at:
    [http://help.sap.com/retail]

  • ABAP HR enhancement for Short profile in PB20 or PB30

    Hello gurus,
    I am trying to display shortprofile in trnsaction PB20 and PB30.
    Here values are coming but I want to know from where and how this values are coming as I need to display some extra text for this.
    Here requirement is there is some short profile field on portal application and I need to display this text in R3 when user clicks on that short profile button on application bar of PB20 or PB30 screen.
    I need some enhancement like I can read table and display this extra text with this coming values as well.
    Can any anybody please explain how can I make this possible?
    I am going to post same thread for ABAP HR also.
    Thanks in Advance.

    I have resolved it my self,
    I have enhanced all standared infotypes as per my requirement and this infotype is getting called in this short profile code.
    There is no other option.

  • ABAP Real Time Questions..

    Dear Friends,
    please help me out in getting some real time question and answers related to ABAP.

    Dear Hazi Valli,
    Post ABAP related queries in ABAP Forums. Search the forum for generic queries.
    Wiki link for ABAP:
    https://wiki.sdn.sap.com/wiki/display/ABAP
    Have moved the thread to ABAP General.
    Regards,
    Naveen.

  • ABAP mapping Document

    hi,
    Can Anyone Share with me some good ABAP mapping Document..
    Thanks

    Hi,
    Please refer these links and weblogs.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4d67a466b4
    http://help.sap.com/saphelp_nw70/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5c46ab90-0201-0010-42bd-9d0302591383
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4d67a466b4
    /people/ravikumar.allampallam/blog/2005/02/10/different-types-of-mapping-in-xi
    /people/ricardoandres.maienza/blog/2007/04/06/how-to-call-xi-abap-mapping-via-rfc
    /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping
    https://wwwn.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5c46ab90-0201-0010-42bd-9d0302591383
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4d67a466b4
    /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping
    https://websmp101.sap-ag.de/~sapdownload/011000358700003082332004E/HowToABAPMapping.pdf
    /people/ravikumar.allampallam/blog/2005/02/10/different-types-of-mapping-in-xi
    /people/r.eijpe/blog
    ABAP Mapping Vs Java Mapping.
    Re: Message Mapping of type ABAP Class not being shown
    Check this thread
    Re: ABAP Mappings in SAP XI
    Hope these links  will help you to close these threads.
    Regards
    Aashish Sinha
    PS : reward points if helpful and don't forget to close thread.

Maybe you are looking for

  • Mini charges but will not upload songs

    i tried plugging in my ipod mini to upload some new songs onto it, and it started charnging, but the computer didnt recognize it. no ipod files popped up, and it woundnt show up in the playlist column on itunes. so i tried updating it, and downloaded

  • How to use snapshots from Lightroom in ACR?

    Applying some changes to an image in LR and then saving it to DNG or a XMP sidecar file will make that changes the defaults when importing a RAW in ACR. But I wasn't able to make settings saved in those files in form of snapshots selectable and usabl

  • Repeat Group Header on Every Column

    Hello all.  I have a simple two column layout report with three groups.  I would like the group headers to repeat at the top of each column similar to the way they repeat on each page when the "Repeat Group Header On Each Page" check box is clicked. 

  • Stop displaying EVERY image file in the Photo Well..

    I've just started using the Starter Edition 3 and so far have cataloged 1600 images. When I open PsASE, it displays thumbnails for every one of the 1600 images. How do I stop this? When I get up to 10,000 images, this won't be practical. Thanks, Davi

  • How to post Facebook Cover to a Business Page?

    I am using photoshop elements for the first time, and saw that it could create a Facebook Cover that blends in the Profile Pic. When I created it, and tried to upload it to Facebook, Photoshop prompted me to authenticate my account, which I did, then