Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Basics

Former Member
0 Likes
329

hello all,

Please answer these questions.

How to record line items in sales order / purchase order.

Whether selection text in reports are client dependent r independent. if it is client dependent how it is transported to other system.

When uploading data using session method if the system crash what will happen.whether the all the data to be again uploaded.

Regards,

johnn.

2 REPLIES 2
Read only

Former Member
0 Likes
310

selection text in report is client independent but it is language dependent.

Best Regards,

Vibha Desmukh

*Plz mark useful answers

Read only

Former Member
0 Likes
310

Hi

- How to record line items in sales order / purchase order: by trx VA01 and ME21N

- They are abap object so they aren't client dependent but language dependent. U can transport them by tool for translation.

- U can run the session again, the system'll elaborate only the transactions not elabrated before.

Max