We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

[sap-dev] Processing Routine SUB_CREATE_PROFORMA in Program ZESDBIL_PROFORMA_CREATE_2355 Does Not Exist

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Question from AmitB on Nov 27 at 8:25 PM
The Rotine SUB_CREATE_PROFORMA is present in Tcode NACE. The Program works properly but sometimes gives the error

Processing routine SUB_CREATE_PROFORMA in program ZESDBIL_PROFORMA_CREATE_2355 does not exist

Below is the code that is present in my Z- program

*&---*
*& Form sub_po_to_psps_routine
*&---*
* Subroutine that is configured in output type ZA00
*---*
FORM sub_create_proforma
USING upo_return_code TYPE sysubrc
upi_screen TYPE char1.

* Get the Sales Order Number from the NAST
v_sales = nast-objky.

* Call the function module to get fetch data for creation of proforma
PERFORM sub_read_invoice_fm.

* I_VBRKVB is header table for invoice and it should have an entry is billing
* document will be created.
IF i_vbrkvb[] IS NOT INITIAL.
* Function module to save the Proforma Invoice
PERFORM sub_add_invoice_fm.

upo_return_code = 0.
ELSE.
nast-vstat = 2.
ENDIF.

ENDFORM. "sub_po_to_psps_routine
---

Please let me know what I need to do to correct it.

Amit
 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2012 Ziff Davis, Inc. and message author.
Ziff Davis, Inc. 28 E 28th Street New York, NY 10016
AmitB  
 
View this online
Ask a new question
 
In the Spotlight
Toolbox.com for iPhone & Android: Ask Questions & Get Answers Anywhere. Download the Free App

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language