By
Published: 27 Oct 2008
I am new to SAP. I want to become a technical consultant, specifically a programmer. I don't know how to choose between BSP and WebDynpro. How can I make this decision?
This is not an either-or situation. If you are serious you need to learn both: First BSP, then WebDynpro.
WebDynpro for ABAP is a framework for Web development that runs on top of BSP.
BSP in a nutshell: You can create BSP applications in SE80, Add a page to your application. Now you can code normal web page in HTML as in any other Web server. If you need to insert ABAP code, just embrace the code in <% ... %> tags, like you do in ASP.NET or JSP.NET
Sample:
My BSP test <% data: itab type table of t005 with header line. select * from t005 into table itab. %> <% loop at itab. %> <%= itab-land1 %> <% endloop. %> To learn more, try
SAP help.
There is also the HTMLB extension for BSP, a macro language that makes pages easier to create. There are also many tutorials in SDN.
An SAP user is receiving an error message while integrating SAP iDoc PORDCR1 for a purchase order.
Continue Reading
SAP expert Axel Angeli explains how to update the "further dates" tab information in am SAP transaction through an SAP IDoc.
Continue Reading
An SAP R/3 4.7 user wants looking to post a document entry using different trading partner fields for credit and debit for function FB01.
Continue Reading