Posts

Showing posts with the label PR

Create PO after fully approval of PR using workflows

Image
                                                                              REFER -  PR Approval ------------------------------------------------------- Changing custom class ------------------------------------------------------------------- Step 1: Continue from the above blogspot. Step 2: Create a method PO_CREATE with import and export parameters. Step 3: Write code.    METHOD  po_create .      DATA :       l_t_items_pr   TYPE  TABLE  OF  bapieban ,       l_r_items_pr   TYPE   bapieban ,       l_t_acc_pr     TYPE  TABLE  OF  bapiebkn ,  ...